Method |
Description |
|
Debug ( object message ) : void |
|
|
Debug ( object message, Exception exception ) : void |
|
|
DebugFormat ( string format ) : void |
|
|
Error ( object message ) : void |
|
|
Error ( object message, Exception exception ) : void |
|
|
ErrorFormat ( string format ) : void |
|
|
Fatal ( object message ) : void |
|
|
Fatal ( object message, Exception exception ) : void |
|
|
Info ( object message ) : void |
|
|
Info ( object message, Exception exception ) : void |
|
|
InfoFormat ( string format ) : void |
|
|
Warn ( object message ) : void |
|
|
Warn ( object message, Exception exception ) : void |
|
|
WarnFormat ( string format ) : void |
|
|