Provides a set of methods to log messages.
Namespace: Resto.Front.ApiAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxThe ILog type exposes the following members.
Methods| | 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.
|
Top
See Also