Property | Type | Description | |
---|---|---|---|
ErrorAction | Action |
||
LogAction | Action |
||
WarnAction | Action |
Method | Description | |
---|---|---|
Log ( string str ) : void | ||
LogError ( string str ) : void | ||
LogErrorFormat ( string format ) : void | ||
LogFormat ( string format ) : void | ||
LogWarning ( string str ) : void | ||
LogWarningFormat ( string format ) : void | ||
Silence ( ) : void |
Disable all logging by setting log actions to empty functions
|
|
Trace ( string line ) : void |
Method | Description | |
---|---|---|
Debug ( ) : System |
public static LogErrorFormat ( string format ) : void | ||
format | string | |
return | void |
public static LogFormat ( string format ) : void | ||
format | string | |
return | void |
public static LogWarning ( string str ) : void | ||
str | string | |
return | void |
public static LogWarningFormat ( string format ) : void | ||
format | string | |
return | void |