Click or drag to resize
EventManagerLogBehaviour Class
Behaviour to log all events of a specific event manager.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Slash.Unity.Common.LoggingEventManagerLogBehaviour
            Slash.Unity.Common.LoggingGameLogBehaviour

Namespace: Slash.Unity.Common.Logging
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public class EventManagerLogBehaviour : MonoBehaviour

The EventManagerLogBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodEventManagerLogBehaviour
Initializes a new instance of the EventManagerLogBehaviour class
Top
Properties
  NameDescription
Public propertyEventManager
Top
Methods
  NameDescription
Protected methodFormatLog
Public methodInfo
Logs the passed message.
Public methodIsDisabled
Checks whether the specified event type is being logged, or not.
Public methodSetDisabled
Enables or disables logging for events of the specified type.
Protected methodWithTimestamp
Adds a timestamp to the specified string.
Top
Fields
  NameDescription
Public fieldDisabled
Indicates if logging is currently disabled.
Top
See Also