Click or drag to resize

ILogError(String, Exception) Method

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.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void Error(
	string message,
	Exception exception
)

Parameters

message  String
The message to log.
exception  Exception
The exception to log, including its stack trace.
See Also