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