|
| Logger (string loggerName) |
|
virtual void | Debug (object message, UnityEngine.Object context=null) |
| Output LogType.Log but only enables isDebugBuild
|
|
virtual void | DebugFormat (string format, params object[] args) |
| Output LogType.Log but only enables isDebugBuild
|
|
virtual void | Log (object message, UnityEngine.Object context=null) |
|
virtual void | LogFormat (string format, params object[] args) |
|
virtual void | Warning (object message, UnityEngine.Object context=null) |
|
virtual void | WarningFormat (string format, params object[] args) |
|
virtual void | Error (object message, UnityEngine.Object context=null) |
|
virtual void | ErrorFormat (string format, params object[] args) |
|
virtual void | Exception (Exception exception, UnityEngine.Object context=null) |
|
virtual void | Raw (LogEntry logEntry) |
| Publish raw LogEntry.
|
|
|
readonly Action< LogEntry > | logPublisher |
|
The documentation for this class was generated from the following file: