IOS Streaming Browser 1.0
An IOS streaming browser to stream the display to others or to a projector

<DDLogFormatter> Protocol Reference

#import <DDLog.h>

Inheritance diagram for <DDLogFormatter>:

Public Member Functions

(NSString *) - formatLogMessage:

Detailed Description

Definition at line 454 of file DDLog.h.


Member Function Documentation

- (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.


The documentation for this protocol was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Defines