<GCKLoggerApproval> 通訊協定參考資料
總覽
GCKLogger 委派通訊協定。
繼承 <NSObjectNSObject>。
執行個體方法摘要 | |
(void) | - logMessage:atLevel:fromFunction:location: |
架構呼叫以記錄訊息。更多... | |
(void) | - logMessage:fromFunction: |
架構呼叫以記錄訊息。更多... | |
方法詳細資料
|
optional |
架構呼叫以記錄訊息。
- Parameters
-
message The log message. function The calling function or method. level The logging level. location The source code location of the log statement.
- 開始時間
- 4.0
|
optional |
架構呼叫以記錄訊息。
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.