<GCKLoggerDelegate> 프로토콜 참조
개요
GCKLogger 위임 프로토콜
<NSObjectNSObject>를 상속합니다.
인스턴스 메서드 요약 | |
(void) | - logFromFunction:message: |
메시지를 기록합니다. 더보기... | |
(void) | - logMessage:fromFunction: |
메시지를 기록합니다. 더보기... | |
메서드 세부정보
|
optional |
메시지를 기록합니다.
- Deprecated:
- 대신 logMessage:fromFunction:를 사용하세요.
- Parameters
-
function The calling function, normally __func__
.message The log message.
|
optional |
메시지를 기록합니다.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.