Show / Hide Table of Contents

Enum LogLevel

Defines the Couchbase Lite log verbosity levels. The default level is Warning.

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

Fields

Name Description
Debug

Debug log messages, only present in debug builds. Information useful for development.

Error

Error log messages. These indicate immediate errors that need to be addressed.

Info

Informational log messages. Standard messages that indicate what is happening.

None

Log level for disabling a given domain

Verbose

Verbose log messages. Additional information to help track down a problem, but noisy in every day use.

Warning

Warning log messages, useful to look at if a problem is detected, but not necessarily indicative of a problem on their own.

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