Show / Hide Table of Contents

Class Log

The class that stores the three available logging facilities in Couchbase Lite

Inheritance
System.Object
Log
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
public sealed class Log : object

Properties

| Improve this Doc View Source

Console

Gets the logging facility that logs to a debugging console

Declaration
public IConsoleLogger Console { get; }
Property Value
Type Description
IConsoleLogger
| Improve this Doc View Source

Custom

Gets or sets the user defined logging facility

Declaration
public ILogger Custom { get; set; }
Property Value
Type Description
ILogger
| Improve this Doc View Source

File

Gets the logging facility that logs to files on the disk

Declaration
public FileLogger File { get; }
Property Value
Type Description
FileLogger
  • Improve this Doc
  • View Source
Back to top Generated by DocFX