Method |
Description |
|
Debug ( string message ) : void |
|
|
Debug ( string message, Exception exception ) : void |
|
|
DebugFormat ( string format ) : void |
|
|
Error ( string message ) : void |
|
|
Error ( string message, Exception exception ) : void |
|
|
ErrorFormat ( string format ) : void |
|
|
Fatal ( string message ) : void |
|
|
Fatal ( string message, Exception exception ) : void |
|
|
FatalFormat ( string format ) : void |
|
|
Info ( string message ) : void |
|
|
Info ( string message, Exception exception ) : void |
|
|
InfoFormat ( string format ) : void |
|
|
Logger ( ILogger logger ) : System |
|
|
Warn ( string message ) : void |
|
|
Warn ( string message, Exception exception ) : void |
|
|
WarnFormat ( string format ) : void |
|
|