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.V4
Assembly:
Resto.Front.Api.V4 (in Resto.Front.Api.V4.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