<GCKLoggerDelegate> Protokol

Referensi Protokol <GCKLoggerDelegate>

Ringkasan

Protokol delegasi GCKLogger.

Mewarisi <NSObjectNSObject>.

Ringkasan Metode Instance

(void) - logMessage:atLevel:fromFunction:location:
 Dipanggil oleh framework untuk mencatat pesan. Lainnya...
 
(void) - logMessage:fromFunction:
 Dipanggil oleh framework untuk mencatat pesan. Lainnya...
 

Detail Metode

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

Dipanggil oleh framework untuk mencatat pesan.

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

Dipanggil oleh framework untuk mencatat pesan.

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.
Deprecated:
Sebagai gantinya, gunakan logMessage:atLevel:fromFunction:location:.