Method | Description | |
---|---|---|
Commit ( LogEntryType type, string message, string details, bool showUser ) : void | ||
Debug ( string message ) : void | ||
Debug ( string message, string details ) : void | ||
DebugException ( |
||
DebugFormat ( string format ) : void | ||
DebugTimerPrint ( uint id ) : void | ||
DebugTimerPrint ( uint id, string message ) : void | ||
DebugTimerStart ( ) : uint | ||
DebugTimerStart ( string message ) : uint | ||
Error ( |
||
Error ( string message ) : void | ||
Error ( string message, |
||
Error ( string message, bool showUser ) : void | ||
Error ( string message, string details ) : void | ||
Error ( string message, string details, bool showUser ) : void | ||
ErrorFormat ( string format ) : void | ||
Information ( string message ) : void | ||
Information ( string message, bool showUser ) : void | ||
Information ( string message, string details ) : void | ||
Information ( string message, string details, bool showUser ) : void | ||
InformationFormat ( string format ) : void | ||
InformationTimerPrint ( uint id ) : void | ||
InformationTimerPrint ( uint id, string message ) : void | ||
InformationTimerStart ( ) : uint | ||
InformationTimerStart ( string message ) : uint | ||
Warning ( |
||
Warning ( string message ) : void | ||
Warning ( string message, |
||
Warning ( string message, bool showUser ) : void | ||
Warning ( string message, string details ) : void | ||
Warning ( string message, string details, bool showUser ) : void | ||
WarningFormat ( string format ) : void |
Method | Description | |
---|---|---|
Exception ( |
||
Exception ( string message, |
||
Exception ( string message, |
||
Log ( ) : System | ||
OnNotify ( |
||
TimerPrint ( uint id, string message, bool isInfo ) : void | ||
TimerStart ( bool isInfo ) : uint | ||
TimerStart ( string message, bool isInfo ) : uint | ||
TypeString ( LogEntryType type ) : string |
public static Commit ( LogEntryType type, string message, string details, bool showUser ) : void | ||
type | LogEntryType | |
message | string | |
details | string | |
showUser | bool | |
return | void |
public static Debug ( string message ) : void | ||
message | string | |
return | void |
public static Debug ( string message, string details ) : void | ||
message | string | |
details | string | |
return | void |
public static DebugException ( |
||
e | ||
return | void |
public static DebugFormat ( string format ) : void | ||
format | string | |
return | void |
public static DebugTimerPrint ( uint id ) : void | ||
id | uint | |
return | void |
public static DebugTimerPrint ( uint id, string message ) : void | ||
id | uint | |
message | string | |
return | void |
public static DebugTimerStart ( string message ) : uint | ||
message | string | |
return | uint |
public static Error ( |
||
e | ||
return | void |
public static Error ( string message ) : void | ||
message | string | |
return | void |
public static Error ( string message, |
||
message | string | |
e | ||
return | void |
public static Error ( string message, bool showUser ) : void | ||
message | string | |
showUser | bool | |
return | void |
public static Error ( string message, string details ) : void | ||
message | string | |
details | string | |
return | void |
public static Error ( string message, string details, bool showUser ) : void | ||
message | string | |
details | string | |
showUser | bool | |
return | void |
public static ErrorFormat ( string format ) : void | ||
format | string | |
return | void |
public static Information ( string message ) : void | ||
message | string | |
return | void |
public static Information ( string message, bool showUser ) : void | ||
message | string | |
showUser | bool | |
return | void |
public static Information ( string message, string details ) : void | ||
message | string | |
details | string | |
return | void |
public static Information ( string message, string details, bool showUser ) : void | ||
message | string | |
details | string | |
showUser | bool | |
return | void |
public static InformationFormat ( string format ) : void | ||
format | string | |
return | void |
public static InformationTimerPrint ( uint id ) : void | ||
id | uint | |
return | void |
public static InformationTimerPrint ( uint id, string message ) : void | ||
id | uint | |
message | string | |
return | void |
public static InformationTimerStart ( ) : uint | ||
return | uint |
public static InformationTimerStart ( string message ) : uint | ||
message | string | |
return | uint |
public static Warning ( |
||
e | ||
return | void |
public static Warning ( string message ) : void | ||
message | string | |
return | void |
public static Warning ( string message, |
||
message | string | |
e | ||
return | void |
public static Warning ( string message, bool showUser ) : void | ||
message | string | |
showUser | bool | |
return | void |
public static Warning ( string message, string details ) : void | ||
message | string | |
details | string | |
return | void |
public static Warning ( string message, string details, bool showUser ) : void | ||
message | string | |
details | string | |
showUser | bool | |
return | void |
public static WarningFormat ( string format ) : void | ||
format | string | |
return | void |