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
message
stringThe message.
scope
ILoggerScopeThe scope.
args
object[]The arguments.