Method Error
- Namespace
- SLLoggerUtil
- Assembly
- SLLoggerUtil.dll
Error(string, params object[])
Logs an info message.
void Error(string message, params object[] args)
Parameters
Error(string, ILoggerScope, params object[])
Logs an error message.
void Error(string message, ILoggerScope scope, params object[] args)
Parameters
message
stringThe message.
scope
ILoggerScopeThe scope.
args
object[]The arguments.