| 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.V6 (in Resto.Front.Api.V6.dll)
 Syntax
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
See Also