ILogError Method (String) | 
 
            Logs a message with the Error level.
            
 
    Namespace: 
   Resto.Front.Api
    Assembly:
   Resto.Front.Api.V7Preview7 (in Resto.Front.Api.V7Preview7.dll)
Syntaxvoid Error(
	string message
)
Parameters
- message
 - Type: SystemString
The message to log. 
See Also