Interface IConsoleLogger
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
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
public interface IConsoleLogger : ILogger
Properties
| Improve this Doc View SourceDomains
Gets or sets the domains that this logger will output
Declaration
LogDomain Domains { get; set; }
Property Value
Type | Description |
---|---|
LogDomain |
Level
Overrides the ILogger Level property with a public setter.
Declaration
LogLevel Level { get; set; }
Property Value
Type | Description |
---|---|
LogLevel |