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