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. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, assign, unsafe_unretained, readwrite) CBLLogDomain domains;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLConsoleLogger Class Reference
        CBLConsoleLogger Class Reference