Show / Hide Table of Contents

Enum LogDomain

Contains all the available logging domains for the library. Each log domain writes messages regarding a specific area of Couchbase Lite operation.

Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
public enum LogDomain : int

Fields

Name Description
All

Gets all the logging interfaces so logic can be applied to all of them

Couchbase

Internal Use Only, has no effect from the outside

Database

Gets the logging domain for database logging, which is responsible for logging activity between the library and the disk, including creation of Documents / Revisions, disk I/O, etc

Listener

Gets the logging domain for P2P Listener

Network

Gets the logging domain for network related logging (web socket connections, BLIP protocol, etc)

None

A default value meaning "no domains"

Query

Gets the logging domain for query logging, which is responsible for logging information about in progress queries on data.

Replicator

Gets the logging domain for sync logging, which is responsible for logging activity between the library and remote (network) endpoints.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX