Method Log
Log(string, params object[])
Logs an info severity formatted message to the Logger specifically on this service. Logger
Declaration
protected void Log(string format, params object[] args)
Parameters
| Type | Name | Description |
|---|---|---|
| string | format | The base string |
| object[] | args | The parameters to be formatted into the base string |