Giao thức <GCKLoggerDelegate>

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

- (void) logFromFunction: (const char *)  function
message: (NSString *)  message 
optional

Ghi nhật ký một tin nhắn.

Deprecated:
Sử dụng logMessage:fromFunction:.
Parameters
functionThe calling function, normally __func__.
messageThe log message.
- (void) logMessage: (NSString *)  message
fromFunction: (NSString *)  function 
optional

Ghi nhật ký một tin nhắn.

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.