Method | Description | |
---|---|---|
Debug ( string message ) : void |
Logs the message with debug level.
|
|
Error ( string message, |
Logs the message and exception with error level.
|
|
Fatal ( string message, |
Logs the message and exception with fatal level.
|
|
Info ( string message ) : void |
Logs the message with debug level.
|
|
Trace ( string message ) : void |
Logs the message with trace level.
|
|
Warn ( string message ) : void |
Logs the message with warn level.
|
public Debug ( string message ) : void | ||
message | string | The message. |
return | void |
public Error ( string message, |
||
message | string | The message. |
exception | The exception. | |
return | void |
public Fatal ( string message, |
||
message | string | The message. |
exception | The exception. | |
return | void |
public Trace ( string message ) : void | ||
message | string | The message. |
return | void |