CBLLogger
@protocol CBLLogger <NSObject>
Logger protocol
-
The minimum log level to be logged.
Declaration
Objective-C
@property (readonly, nonatomic) CBLLogLevel level;Swift
var level: Int32 { get } -
The callback log method.
Declaration
Objective-C
- (void)logWithLevel:(CBLLogLevel)level domain:(CBLLogDomain)domain message:(nonnull NSString *)message;Swift
func log(withLevel level: Any!, domain: Any!, message: Any!)
CBLLogger Protocol Reference