Method | Description | |
---|---|---|
LoggerInstance ( |
Initializes a new instance of the LoggerInstance class.
|
Method | Description | |
---|---|---|
Debug ( string message ) : void | ||
Error ( string message ) : void | ||
Fatal ( string message ) : void | ||
Info ( string message ) : void | ||
Trace ( string message ) : void | ||
Warn ( string message ) : void |
public LoggerInstance ( |
||
prototype | The prototype. | |
scriptRunner | ScriptRunner | The script runner. |
logName | string | Name of the log. |
return | System |