Method LogFormat
LogFormat(LogType, string, object[])
Logs a formatted message to the Logger specifically on this service. Logger
선언
protected void LogFormat(LogType logType, string format, object[] args)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| LogType | logType | Severity of the log |
| string | format | The base string |
| object[] | args | The parameters to be formatted into the base string |