<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.