<GCKLoggerDelegate> Protocol

<GCKLoggerDelegate> Protocol Reference

Overview

The GCKLogger delegate protocol.

Inherits <NSObjectNSObject>.

Instance Method Summary

Called by the framework to log a message. More...
Called by the framework to log a message. More...

Method Detail

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

Called by the framework to log a message.

Parameters
message The log message.
function The calling function or method.
level The logging level.
location The source code location of the log statement.
Since
4.0
- (void) logMessage: (NSString *)  message
fromFunction: (NSString *)  function
optional

Called by the framework to log a message.

Parameters
function The calling function, normally obtained from __func__ .
message The log message.
Deprecated:
Use logMessage:atLevel:fromFunction:location: instead.
Create a Mobile Website
View Site in Mobile | Classic
Share by: