36 lines
872 B
C
36 lines
872 B
C
|
#ifdef __OBJC__
|
||
|
#import <UIKit/UIKit.h>
|
||
|
#else
|
||
|
#ifndef FOUNDATION_EXPORT
|
||
|
#if defined(__cplusplus)
|
||
|
#define FOUNDATION_EXPORT extern "C"
|
||
|
#else
|
||
|
#define FOUNDATION_EXPORT extern
|
||
|
#endif
|
||
|
#endif
|
||
|
#endif
|
||
|
|
||
|
#import "CLIColor.h"
|
||
|
#import "DDAbstractDatabaseLogger.h"
|
||
|
#import "DDASLLogCapture.h"
|
||
|
#import "DDASLLogger.h"
|
||
|
#import "DDAssertMacros.h"
|
||
|
#import "DDContextFilterLogFormatter+Deprecated.h"
|
||
|
#import "DDContextFilterLogFormatter.h"
|
||
|
#import "DDDispatchQueueLogFormatter.h"
|
||
|
#import "DDFileLogger+Buffering.h"
|
||
|
#import "DDFileLogger.h"
|
||
|
#import "DDLog+LOGV.h"
|
||
|
#import "DDLog.h"
|
||
|
#import "DDLoggerNames.h"
|
||
|
#import "DDLogMacros.h"
|
||
|
#import "DDMultiFormatter.h"
|
||
|
#import "DDOSLogger.h"
|
||
|
#import "DDTTYLogger.h"
|
||
|
#import "CocoaLumberjack.h"
|
||
|
#import "DDLegacyMacros.h"
|
||
|
|
||
|
FOUNDATION_EXPORT double CocoaLumberjackVersionNumber;
|
||
|
FOUNDATION_EXPORT const unsigned char CocoaLumberjackVersionString[];
|
||
|
|