CBLLog
@interface CBLLog : NSObjectLog allows to configure console and file logger or to set a custom logger.
- 
                  
                  Console logger writing log messages to the system console. DeclarationObjective-C @property (nonatomic, readonly) CBLConsoleLogger *_Nonnull console;
- 
                  
                  File logger writing log messages to files. DeclarationObjective-C @property (nonatomic, readonly) CBLFileLogger *_Nonnull file;
- 
                  
                  For setting a custom logger. Changing the log level of the assigned custom logger will require the custom logger to be reassigned so that the change can be affected. DeclarationObjective-C @property (nonatomic, assign, unsafe_unretained, readwrite, nullable) id<CBLLogger> custom;
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLLog Class Reference
        CBLLog Class Reference