Enumerations

The following enumerations are available globally.

  • Log domain. The log domains here are tentative and subject to change.

    See more

    Declaration

    Objective-C

    enum CBLLogDomain {}

    Swift

    enum CBLLogDomain : UInt32
  • Log level. The default log level for all domains is kCBLLogLevelWarning. The log levels here are tentative and subject to change.

    See more

    Declaration

    Objective-C

    enum CBLLogLevel {}

    Swift

    enum CBLLogLevel : UInt32
  • Concurruncy control type used when saving or deleting a document.

    See more

    Declaration

    Objective-C

    enum CBLConcurrencyControl {}

    Swift

    enum CBLConcurrencyControl : UInt32