Show / Hide Table of Contents

Class Log

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

Inheritance
System.Object
Log
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
[Obsolete("Use the new LogSinks static class")]
public sealed class Log

Properties

| Improve this Doc View Source

Console

[DEPRECATED] Gets the logging facility that logs to a debugging console

Declaration
[Obsolete("Use LogSinks.Console instead")]
public IConsoleLogger Console { get; }
Property Value
Type Description
IConsoleLogger
| Improve this Doc View Source

Custom

[DEPRECATED] Gets or sets the user defined logging facility

Declaration
[Obsolete("Use LogSinks.Custom instead")]
public ILogger Custom { get; set; }
Property Value
Type Description
ILogger
| Improve this Doc View Source

File

[DEPRECATED] Gets the logging facility that logs to files on the disk

Declaration
[Obsolete("Use LogSinks.File instead")]
public FileLogger File { get; }
Property Value
Type Description
FileLogger
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX