 | EventManagerLogBehaviourIsDisabled Method |
Checks whether the specified event type is being logged, or not.
Namespace: Slash.Unity.Common.LoggingAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic bool IsDisabled(
Object eventType
)
Public Function IsDisabled (
eventType As Object
) As Boolean
public:
bool IsDisabled(
Object^ eventType
)
member IsDisabled :
eventType : Object -> bool
Parameters
- eventType
- Type: SystemObject
Event type to check.
Return Value
Type:
Booleantrue, if the specified event type is being logged, and
false, otherwise.
See Also