DebugHelperLog Method (String, Object) |
[This is preliminary documentation and is subject to change.]
Logs the specified informational message to the Unity console.
Namespace:
Umbrace.Unity.PurePool
Assembly:
Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax [ConditionalAttribute("LOG_MESSAGING")]
public static void Log(
string message,
Object context
)
Parameters
- message
- Type: SystemString
The message to log. - context
- Type: UnityEngineObject
The object to which the message applies.
See Also