ILog Methods |
The ILog type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error(String) |
Logs a message with the Error level.
|
![]() | Error(String, Exception) |
Logs a message with the Error level including the stack trace of the exception passed as a parameter.
|
![]() | ErrorFormat(String, Object) |
Logs a formatted message string with the Error level.
|
![]() | ErrorFormat(String, Object) |
Logs a formatted message string with the Error level.
|
![]() | ErrorFormat(String, Object, Object) |
Logs a formatted message string with the Error level.
|
![]() | ErrorFormat(String, Object, Object, Object) |
Logs a formatted message string with the Error level.
|
![]() | Info |
Logs a message with the Info level.
|
![]() | InfoFormat(String, Object) |
Logs a formatted message string with the Info level.
|
![]() | InfoFormat(String, Object) |
Logs a formatted message string with the Info level.
|
![]() | InfoFormat(String, Object, Object) |
Logs a formatted message string with the Info level.
|
![]() | InfoFormat(String, Object, Object, Object) |
Logs a formatted message string with the Info level.
|
![]() | Warn |
Logs a message with the Warn level.
|
![]() | WarnFormat(String, Object) |
Logs a formatted message string with the Warn level.
|
![]() | WarnFormat(String, Object) |
Logs a formatted message string with the Warn level.
|
![]() | WarnFormat(String, Object, Object) |
Logs a formatted message string with the Warn level.
|
![]() | WarnFormat(String, Object, Object, Object) |
Logs a formatted message string with the Warn level.
|