Protocollo <GCKLoggerDelega>

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

- (void) logMessage: (NSString *)  message
atLevel: (GCKLoggerLevel)  level
fromFunction: (NSString *)  function
location: (NSString *)  location 
optional

Chiamata dal framework per registrare un messaggio.

Parameters
messageThe log message.
functionThe calling function or method.
levelThe logging level.
locationThe source code location of the log statement.
Dal
4,0
- (void) logMessage: (NSString *)  message
fromFunction: (NSString *)  function 
optional

Chiamata dal framework per registrare un messaggio.

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.
Deprecated:
Usa invece logMessage:atLevel:fromFunction:location:.