Referencia del protocolo <GCKLoggerDelegate>
  Descripción general
El protocolo de delegado GCKLogger
Hereda <NSObjectNSObject>.
| Resumen del método de instancia | |
| (void) | - logMessage:atLevel:fromFunction:location: | 
| Lo llama el framework para registrar un mensaje.  Más... | |
| (void) | - logMessage:fromFunction: | 
| Lo llama el framework para registrar un mensaje.  Más... | |
Detalle del método
| 
 | optional | 
Lo llama el framework para registrar un mensaje.
- Parameters
- 
  message The log message. function The calling function or method. level The logging level. location The source code location of the log statement. 
- Desde
- 4.0
| 
 | optional | 
Lo llama el framework para registrar un mensaje.
- Parameters
- 
  function The calling function, normally obtained from __func__.message The log message. 
- Deprecated:
- En su lugar, usa logMessage:atLevel:fromFunction:location:.