CBLLogSinkProtocol

@protocol CBLLogSinkProtocol <NSObject>

Protocol for custom log sinks to handle log messages.

  • Writes a log message with the given level, domain, and content.

    Declaration

    Objective-C

    - (void)writeLogWithLevel:(id)level
                       domain:(id)domain
                      message:(nonnull NSString *)message;