1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #import <Foundation/Foundation.h>
- #ifndef DD_LEGACY_MACROS
- #define DD_LEGACY_MACROS 0
- #endif
- #import <CocoaLumberjack/DDLog.h>
- extern const char* const kDDASLKeyDDLog;
- extern const char* const kDDASLDDLogValue;
- API_DEPRECATED("Use DDOSLogger instead", macosx(10.4,10.12), ios(2.0,10.0), watchos(2.0,3.0), tvos(9.0,10.0))
- @interface DDASLLogger : DDAbstractLogger <DDLogger>
- @property (class, readonly, strong) DDASLLogger *sharedInstance;
- @end
|