Referensi Protokol <GCKLoggerDelegate>
Ringkasan
Protokol delegasi GCKLogger.
Mewarisi <NSObjectNSObject>.
Ringkasan Metode Instance | |
(void) | - logMessage:atLevel:fromFunction:location: |
Dipanggil oleh framework untuk mencatat pesan. Lainnya... | |
(void) | - logMessage:fromFunction: |
Dipanggil oleh framework untuk mencatat pesan. Lainnya... | |
Detail Metode
|
optional |
Dipanggil oleh framework untuk mencatat pesan.
- Parameters
-
message The log message. function The calling function or method. level The logging level. location The source code location of the log statement.
- Sejak
- 4,0
|
optional |
Dipanggil oleh framework untuk mencatat pesan.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.
- Deprecated:
- Sebagai gantinya, gunakan logMessage:atLevel:fromFunction:location:.