Method | Description | |
---|---|---|
Instance ( ) : Log |
Active instance of log
|
|
OnLogEvent ( |
Fire a log event
|
|
RegisterAction ( Action |
Register an action for the log event
|
|
Shutdown ( ) : void |
Remove all registered actions
|
|
Warning ( string message ) : void |
Log a message to the warning queue
|
public OnLogEvent ( |
||
e | ||
return | void |
public RegisterAction ( Action |
||
action | Action |
|
return | void |
public static Warning ( string message ) : void | ||
message | string | |
return | void |