Show / Hide Table of Contents

Class ConsoleLogSink

A log sink that writes to the console of a given platform. For console applications and WinUI, this means calling System.Console.WriteLine(System.String) and, if a debugger is attached, System.Diagnostics.Debug.WriteLine(System.String). Android applications will make use of Android.Util.Log with a "CouchbaseLite" domain, while iOS / Mac Catalyst will use CoreFoundation.OSLog with a subsystem "CouchbaseLite" and category "dotnet".

Inheritance
System.Object
ConsoleLogSink
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
public sealed class ConsoleLogSink
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX