Tham chiếu giao thức <GCKLoggerDelegate>
Tổng quan
Giao thức uỷ quyền GCKLogger.
Kế thừa <NSObjectNSObject>.
Tóm tắt phương thức của thực thể | |
(void) | - logFromFunction:message: |
Ghi nhật ký một tin nhắn. Thêm... | |
(void) | - logMessage:fromFunction: |
Ghi nhật ký một tin nhắn. Thêm... | |
Chi tiết phương thức
|
optional |
Ghi nhật ký một tin nhắn.
- Deprecated:
- Sử dụng logMessage:fromFunction:.
- Parameters
-
function The calling function, normally __func__
.message The log message.
|
optional |
Ghi nhật ký một tin nhắn.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.