Method Fatal
- Namespace
- SLLoggerUtil
- Assembly
- SLLoggerUtil.dll
Fatal(string, params object[])
Logs an error message.
void Fatal(string message, params object[] args)
Parameters
Fatal(string, ILoggerScope, params object[])
Logs a fatal message.
void Fatal(string message, ILoggerScope scope, params object[] args)
Parameters
messagestringThe message.
scopeILoggerScopeThe scope.
argsobject[]The arguments.