filesbox/app/filesbox_ios/FilesBox/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h

36 lines
872 B
C
Raw Normal View History

2023-09-21 02:53:23 +00:00
#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[];