VLCKit
List of all members
VLCLogMessageFormatter Class Reference

A simple log message formatter \discussion This formatter will format a message like "[level] message context". More...

#import <VLCLogMessageFormatter.h>

Inheritance diagram for VLCLogMessageFormatter:
<VLCLogMessageFormatting>

Additional Inherited Members

- Instance Methods inherited from <VLCLogMessageFormatting>
(NSString *) - formatWithMessage:logLevel:context:
 The implementation should convert log infos to a string that will be used by a logger \discussion This must be implemented by any formatter to be called each time a logger handles a message.
 
- Properties inherited from <VLCLogMessageFormatting>
VLCLogContextFlag contextFlags
 Enable/disable logging context options. More...
 
id customContext
 Custom infos that might be appended to log messages. \discussion Ideally the customContext object should respond to the description selector in order to return a NSString More...
 

Detailed Description

A simple log message formatter \discussion This formatter will format a message like "[level] message context".

Warning
Any customContext object not responding to the description message will be ignored

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