LogSinks

public class LogSinks

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

    Swift

    public static var console: ConsoleLogSink? { get set }
  • The file log sink, disabled by default.

    Declaration

    Swift

    public static var file: FileLogSink? { get set }
  • The custom log sink, disabled by default.

    Declaration

    Swift

    public static var custom: CustomLogSink? { get set }