Sha256: 41621e809027fbb1025c401d1d82b854091261be2b074076aee254e279cc2221

Contents?: true

Size: 882 Bytes

Versions: 6

Compression:

Stored size: 882 Bytes

Contents

#import <Foundation/Foundation.h>
#import "DDLog.h"

/**
 * Welcome to Cocoa Lumberjack!
 *
 * The project page has a wealth of documentation if you have any questions.
 * https://github.com/CocoaLumberjack/CocoaLumberjack
 *
 * If you're new to the project you may wish to read the "Getting Started" page.
 * https://github.com/CocoaLumberjack/CocoaLumberjack/wiki/GettingStarted
 *
 *
 * This formatter can be used to chain different formatters together.
 * The log message will processed in the order of the formatters added.
 **/

@interface DDMultiFormatter : NSObject <DDLogFormatter>

/**
 *  Array of chained formatters
 */
@property (readonly) NSArray *formatters;

- (void)addFormatter:(id<DDLogFormatter>)formatter;
- (void)removeFormatter:(id<DDLogFormatter>)formatter;
- (void)removeAllFormatters;
- (BOOL)isFormattingWithFormatter:(id<DDLogFormatter>)formatter;

@end

Version data entries

6 entries across 2 versions & 1 rubygems

Version Path
motion-yapper-0.0.3 vendor/Pods/BuildHeaders/CocoaLumberjack/DDMultiFormatter.h
motion-yapper-0.0.3 vendor/Pods/CocoaLumberjack/Lumberjack/Extensions/DDMultiFormatter.h
motion-yapper-0.0.3 vendor/Pods/Headers/CocoaLumberjack/DDMultiFormatter.h
motion-yapper-0.0.2 vendor/Pods/BuildHeaders/CocoaLumberjack/DDMultiFormatter.h
motion-yapper-0.0.2 vendor/Pods/CocoaLumberjack/Lumberjack/Extensions/DDMultiFormatter.h
motion-yapper-0.0.2 vendor/Pods/Headers/CocoaLumberjack/DDMultiFormatter.h