<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.
- Since
- 4.0
|
optional |
เรียกใช้โดยเฟรมเวิร์กเพื่อบันทึกข้อความ
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.