Riferimento al protocollo <GCKLoggerDelega>
Panoramica
Il protocollo delegato GCKLogger.
Eredita <NSObjectNSObject>.
Riepilogo del metodo dell'istanza | |
(void) | - logFromFunction:message: |
Registra un messaggio. Altro... | |
(void) | - logMessage:fromFunction: |
Registra un messaggio. Altro... | |
Dettaglio metodo
|
optional |
Registra un messaggio.
- Deprecated:
- Utilizza il criterio logMessage:fromFunction:.
- Parameters
-
function The calling function, normally __func__
.message The log message.
|
optional |
Registra un messaggio.
- Parameters
-
function The calling function, normally obtained from __func__
.message The log message.