![]() |
IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector
|
#import <DDLog.h>
Public Member Functions | |
(NSString *) | - formatLogMessage: |
- (NSString *) formatLogMessage: | (DDLogMessage *) | logMessage | [required] |
Formatters may optionally be added to any logger. This allows for increased flexibility in the logging environment. For example, log messages for log files may be formatted differently than log messages for the console.
For more information about formatters, see the "Custom Formatters" page: http://code.google.com/p/cocoalumberjack/wiki/CustomFormatters
The formatter may also optionally filter the log message by returning nil, in which case the logger will not log the message.