<GCKLoggerDelegate> โปรโตคอล

<GCKLoggerDelegate> การอ้างอิงโปรโตคอล

ภาพรวม

โปรโตคอลการมอบสิทธิ์ GCKLogger

รับค่า <NSObjectNSObject>

สรุปเมธอดของอินสแตนซ์

(void) - logMessage:atLevel:fromFunction:location:
 เรียกใช้โดยเฟรมเวิร์กเพื่อบันทึกข้อความ เพิ่มเติม...
 
(void) - logMessage:fromFunction:
 เรียกใช้โดยเฟรมเวิร์กเพื่อบันทึกข้อความ เพิ่มเติม...
 

รายละเอียดของเมธอด

- (void) logMessage: (NSString *)  message
atLevel: (GCKLoggerLevel)  level
fromFunction: (NSString *)  function
location: (NSString *)  location 
optional

เรียกใช้โดยเฟรมเวิร์กเพื่อบันทึกข้อความ

Parameters
messageThe log message.
functionThe calling function or method.
levelThe logging level.
locationThe source code location of the log statement.
Since
4.0
- (void) logMessage: (NSString *)  message
fromFunction: (NSString *)  function 
optional

เรียกใช้โดยเฟรมเวิร์กเพื่อบันทึกข้อความ

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.
Deprecated:
ใช้ logMessage:atLevel:fromFunction:location: แทน