CBLConsoleLogger

@interface CBLConsoleLogger : NSObject <CBLLogger>

Console logger for writing log messages to the system console.

  • The minimum log level of the log messages to be logged. The default log level for console logger is warning.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) CBLLogLevel level;
  • The set of log domains of the log messages to be logged. By default, the log messages of all domains will be logged.

    Declaration

    Objective-C

    @property (nonatomic, assign, unsafe_unretained, readwrite) CBLLogDomain domains;
  • Not available

    Declaration

    Objective-C

    - (nonnull instancetype)init;