Riferimento al protocollo <GCKLoggerDelega>
Panoramica
Il protocollo delegato GCKLogger.
Eredita <NSObjectNSObject>.
Riepilogo del metodo dell'istanza | |
(void) | - logMessage:atLevel:fromFunction:location: |
Richiamato dal framework per registrare un messaggio. Altro... | |
(void) | - logMessage:fromFunction: |
Richiamato dal framework per registrare un messaggio. Altro... | |
Dettaglio metodo
|
optional |
Richiamato dal framework per registrare un messaggio.
- 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 |
Richiamato dal framework per registrare un messaggio.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.