Method Log
Log(string, params object[])
Logs an info severity formatted message to the Logger specifically on this service. Logger
선언
protected void Log(string format, params object[] args)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| string | format | The base string |
| object[] | args | The parameters to be formatted into the base string |