ILogError Method (String, Exception) |
Logs a message with the Error level including the stack trace of the exception passed as a parameter.
Namespace:
Resto.Front.Api
Assembly:
Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax void Error(
string message,
Exception exception
)
Parameters
- message
- Type: SystemString
The message to log. - exception
- Type: SystemException
The exception to log, including its stack trace.
See Also