Click or drag to resize
EventManagerLogBehaviourSetDisabled Method
Enables or disables logging for events of the specified type.

Namespace: Slash.Unity.Common.Logging
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public void SetDisabled(
	Object eventType,
	bool logDisabled
)

Parameters

eventType
Type: SystemObject
Event type to start or stop logging.
logDisabled
Type: SystemBoolean
Whether to enable or disable logging.
See Also