123456789101112131415161718192021222324252627282930313233343536373839404142 |
- #import "DDASLLogger.h"
- @protocol DDLogger;
- 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 DDASLLogCapture : NSObject
- + (void)start;
- + (void)stop;
- @property (class) DDLogLevel captureLevel;
- @end
|