BFInterceptedLog
Objective-C
@interface BFInterceptedLog : NSObject
Swift
class BFInterceptedLog : NSObject
Intercepted log from NSLog/OSLog
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger line
Swift
var line: Int { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger level
Swift
var level: Int { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSDate * _Nonnull date
Swift
var date: Date { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull tag
Swift
var tag: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull method
Swift
var method: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull file
Swift
var file: String { get set }
-
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull text
Swift
var text: String { get set }