ARTLog()
@interface ARTLog ()
Undocumented
-
Undocumented
Declaration
Objective-C
@property (readonly) NSArray<ARTLogLine *> *capturedSwift
var captured: [ARTLogLine] { get } -
Undocumented
Declaration
Objective-C
@property (readonly) NSArray<ARTLogLine *> *historySwift
var history: [ARTLogLine] { get } -
Undocumented
Declaration
Objective-C
- (instancetype)initCapturingOutput:(BOOL)capturing;Swift
init(capturingOutput capturing: Bool) -
Undocumented
Declaration
Objective-C
- (instancetype)initCapturingOutput:(BOOL)capturing historyLines:(NSUInteger)historyLines;Swift
init(capturingOutput capturing: Bool, historyLines: UInt)