Click or drag to resize

DebugHelperLogIf Method (FuncBoolean, String)

[This is preliminary documentation and is subject to change.]

Logs the specified informational message to the Unity console, if the condition evaluates to .

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
[ConditionalAttribute("LOG_MESSAGING")]
public static void LogIf(
	Func<bool> condition,
	string message
)

Parameters

condition
Type: SystemFuncBoolean
The condition to check.
message
Type: SystemString
The message to log.
See Also