initial commit
This commit is contained in:
36
Example/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h
generated
Normal file
36
Example/Pods/Target Support Files/CocoaLumberjack/CocoaLumberjack-umbrella.h
generated
Normal file
@@ -0,0 +1,36 @@
|
||||
#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"
|
||||
#import "SwiftLogLevel.h"
|
||||
|
||||
FOUNDATION_EXPORT double CocoaLumberjackVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char CocoaLumberjackVersionString[];
|
||||
|
||||
Reference in New Issue
Block a user