Click or drag to resize
EventManagerLogBehaviourIsDisabled Method
Checks whether the specified event type is being logged, or not.

Namespace: Slash.Unity.Common.Logging
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public bool IsDisabled(
	Object eventType
)

Parameters

eventType
Type: SystemObject
Event type to check.

Return Value

Type: Boolean
true, if the specified event type is being logged, and false, otherwise.
See Also