Show / Hide Table of Contents

Interface IConsoleLogger

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

Inherited Members
ILogger.Log(LogLevel, LogDomain, String)
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
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
Back to top Generated by DocFX