Method | Description | |
---|---|---|
ClearErrors ( ) : void |
Clears the errors.
|
|
Debug ( string format ) : void |
Logs a debug message
|
|
Error ( |
Logs an error message
|
|
Info ( string format ) : void |
Logs an information message
|
|
Notice ( string format ) : void |
Logs a notice message
|
|
Warn ( string format ) : void |
Logs a warn message
|
|
WithLoggingMixin ( ) : System |
Initializes a new instance of the WithLoggingMixin class.
|
protected Debug ( string format ) : void | ||
format | string | The format. |
return | void |
protected Error ( |
||
exception | The exception. | |
format | string | The format. |
return | void |
protected Info ( string format ) : void | ||
format | string | The format. |
return | void |
protected Notice ( string format ) : void | ||
format | string | The format. |
return | void |
protected Warn ( string format ) : void | ||
format | string | The format. |
return | void |