Method LogWarning
LogWarning(string, params object[])
Logs an warning severity formatted message to the Logger specifically on this service. Logger
Declaration
protected void LogWarning(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  |