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