Method LogWarning
LogWarning(String, 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 |