<GCKLoggerDelegate> 协议参考
概览
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.