Property | Type | Description | |
---|---|---|---|
ExceptionHistory | List |
||
Shared | SharedObjects |
Method | Description | |
---|---|---|
Log ( |
||
Log ( string text ) : void | ||
LogError ( string s ) : void | ||
LogException ( |
||
LogWarning ( string s ) : void | ||
LogWarningAndScreen ( string s ) : void | ||
SuperVerbose ( string s ) : void |
Method | Description | |
---|---|---|
LogToScreen ( string text ) : void | ||
Logger ( ) : System | ||
Logger ( SharedObjects shared ) : System |
public abstract LogException ( |
||
exception | ||
return | void |
public abstract LogWarning ( string s ) : void | ||
s | string | |
return | void |
public abstract LogWarningAndScreen ( string s ) : void | ||
s | string | |
return | void |
protected Logger ( SharedObjects shared ) : System | ||
shared | SharedObjects | |
return | System |