Method | Description | |
---|---|---|
ChatLog ( string Sender, string Msg ) : void | ||
Init ( ) : void | ||
Log ( string Message, UnityEngine Context = null ) : void | ||
LogDebug ( string Message, UnityEngine Context = null ) : void | ||
LogError ( string Message, UnityEngine Context = null ) : void | ||
LogException ( |
||
LogRecieved ( string condition, string stackTrace, LogType type ) : void | ||
LogWarning ( string Message, UnityEngine Context = null ) : void | ||
ThreadedLogRecieved ( string condition, string stackTrace, LogType type ) : void |
Method | Description | |
---|---|---|
ChatWriterInit ( ) : void | ||
ErrorWriterInit ( ) : void | ||
LogFormat ( string Text ) : string | ||
LogWriterInit ( ) : void | ||
WarnWriterInit ( ) : void | ||
WriteChat ( string Message ) : void | ||
WriteError ( string Message ) : void | ||
WriteLog ( string Message ) : void | ||
WriteWarn ( string Message ) : void |
public static ChatLog ( string Sender, string Msg ) : void | ||
Sender | string | |
Msg | string | |
return | void |
public static Log ( string Message, UnityEngine Context = null ) : void | ||
Message | string | |
Context | UnityEngine | |
return | void |
public static LogDebug ( string Message, UnityEngine Context = null ) : void | ||
Message | string | |
Context | UnityEngine | |
return | void |
public static LogError ( string Message, UnityEngine Context = null ) : void | ||
Message | string | |
Context | UnityEngine | |
return | void |
public static LogException ( |
||
Ex | ||
Context | UnityEngine | |
return | void |
public static LogRecieved ( string condition, string stackTrace, LogType type ) : void | ||
condition | string | |
stackTrace | string | |
type | LogType | |
return | void |
public static LogWarning ( string Message, UnityEngine Context = null ) : void | ||
Message | string | |
Context | UnityEngine | |
return | void |
public static ThreadedLogRecieved ( string condition, string stackTrace, LogType type ) : void | ||
condition | string | |
stackTrace | string | |
type | LogType | |
return | void |