The GCKLogger delegate protocol.
More...
#import <GCKLogger.h>
The GCKLogger delegate protocol.
- (void GCKLoggerDelegate) 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 GCKLoggerDelegate) logMessage: |
|
(NSString *) |
message |
fromFunction: |
|
("Use -") |
GCK_DEPRECATED[GCKLoggerDelegate logMessage:atLevel:fromFunction:location:] |
|
|
| |
|
optional |
Called by the framework to log a message.
- Parameters
-
function | The calling function, normally obtained from __func__ . |
message | The log message. |
- Deprecated:
- Use GCKLoggerDelegate::logMessage:atLevel:fromFunction:location: instead.
The documentation for this protocol was generated from the following file: