Show / Hide Table of Contents

Interface IConsoleLogger

[DEPRECATED] An interface for an object that will log messages to the relevant debug console. For desktop this is the terminal, WinUI uses the visual studio debug output pane, iOS uses os_log and Android uses logcat.

Inherited Members
ILogger.Log(LogLevel, LogDomain, String)
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
[Obsolete("Use LogSinks.ConsoleLogSink instead")]
public interface IConsoleLogger : ILogger

Properties

| Improve this Doc View Source

Domains

Gets or sets the domains that this logger will output

Declaration
LogDomain Domains { get; set; }
Property Value
Type Description
LogDomain
| Improve this Doc View Source

Level

Overrides the ILogger Level property with a public setter.

Declaration
LogLevel Level { get; set; }
Property Value
Type Description
LogLevel
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX