DebugHelperLog Method (LogLevel, String) |
[This is preliminary documentation and is subject to change.]
Logs the specified informational message to the Unity console, if allowed by logLevel.
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(
LogLevel logLevel,
string message
)
Parameters
- logLevel
- Type: Umbrace.Unity.PurePoolLogLevel
The maximum level of log messaging that is allowed. - message
- Type: SystemString
The message to log.
See Also