ARTLog()
@interface ARTLog ()
Undocumented
-
Undocumented
Declaration
Objective-C
@property (readonly) NSArray<ARTLogLine *> *captured
Swift
var captured: [ARTLogLine] { get }
-
Undocumented
Declaration
Objective-C
@property (readonly) NSArray<ARTLogLine *> *history
Swift
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)