<GCKLoggerDelegate > Protocol Reference

The GCKLogger delegate protocol. More...

#import <GCKLogger.h>

+ Inheritance diagram for <GCKLoggerDelegate >:

Instance Methods

(void) - logMessage:atLevel:fromFunction:location:
 Called by the framework to log a message. More...
 
(void) - logMessage:fromFunction:
 Called by the framework to log a message. More...
 

Detailed Description

The GCKLogger delegate protocol.

Method Documentation

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

Called by the framework to log a message.

Parameters
messageThe log message.
functionThe calling function or method.
levelThe logging level.
locationThe source code location of the log statement.
Since
4.0
- (void GCKLoggerDelegate) logMessage: (NSString *)  message
fromFunction: ("Use -")  GCK_DEPRECATED[GCKLoggerDelegate logMessage:atLevel:fromFunction:location:] 
optional

Called by the framework to log a message.

Parameters
functionThe calling function, normally obtained from __func__.
messageThe log message.
Deprecated:
Use GCKLoggerDelegate::logMessage:atLevel:fromFunction:location: instead.

The documentation for this protocol was generated from the following file: