Click or drag to resize
GameLogBehaviour Class
Writes all game logic events to the Unity console.
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 GameLogBehaviour : EventManagerLogBehaviour

The GameLogBehaviour type exposes the following members.

Constructors
  NameDescription
Public methodGameLogBehaviour
Initializes a new instance of the GameLogBehaviour class
Top
Methods
  NameDescription
Public methodError
Logs the passed message as error.
Protected methodFormatLog (Overrides EventManagerLogBehaviourFormatLog(String).)
Public methodWarning
Logs the passed message as warning.
Top
See Also