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.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxvoid 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