CBLLogSinks

@interface CBLLogSinks : NSObject

A static container for managing the three log sinks used by Couchbase Lite.

  • The console log sink, enabled by default with a warning level.

    Declaration

    Objective-C

    @property (class, nonatomic, nullable) CBLConsoleLogSink *console;
  • The file log sink, disabled by default.

    Declaration

    Objective-C

    @property (class, nonatomic, nullable) CBLFileLogSink *file;
  • The custom log sink, disabled by default.

    Declaration

    Objective-C

    @property (class, nonatomic, nullable) CBLCustomLogSink *custom;
  • Unavailable

    Undocumented

    Declaration

    Objective-C

    - (instancetype) init NS_UNAVAILABLE;