Method | Description | |
---|---|---|
Debug ( string format ) : void |
Logs a debug message.
|
|
Error ( |
Logs an exception.
|
|
Error ( |
Logs an error.
|
|
Error ( string format ) : void |
Logs an error.
|
|
Info ( string format ) : void |
Logs an information message.
|
|
Warn ( string format ) : void |
Logs a warning.
|
Method | Description | |
---|---|---|
RaiseLog ( EventLoggerEventType eventType, |
Raises the Log event on this instance.
|
public Debug ( string format ) : void | ||
format | string | The format of the message to log. |
return | void |
public Error ( |
||
ex | The exception to log. | |
return | void |
public Error ( |
||
ex | The exception to log. | |
format | string | The format of the message to log. |
return | void |
public Error ( string format ) : void | ||
format | string | The format of the message to log. |
return | void |
public Info ( string format ) : void | ||
format | string | The format of the message to log. |
return | void |
public Warn ( string format ) : void | ||
format | string | The format of the message to log. |
return | void |