BFInterceptedLog
Objective-C
@interface BFInterceptedLog : NSObject
Swift
class BFInterceptedLog : NSObject
Intercepted log from NSLog/OSLog
-
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger lineSwift
var line: Int { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic) NSInteger levelSwift
var level: Int { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSDate * _Nonnull dateSwift
var date: Date { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull tagSwift
var tag: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull methodSwift
var method: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull fileSwift
var file: String { get set } -
Undocumented
Declaration
Objective-C
@property (nonatomic, strong) NSString * _Nonnull textSwift
var text: String { get set }
View on GitHub
BFInterceptedLog Class Reference