Interface ILogger
An interface for implementing a class that can accept logging messages from Couchbase Lite
Namespace: Couchbase.Lite.Logging
Assembly: Couchbase.Lite.dll
Syntax
public interface ILogger
Properties
| Improve this Doc View SourceLevel
Gets the level that the logger is currently logging
Declaration
LogLevel Level { get; }
Property Value
Type | Description |
---|---|
Log |
Methods
| Improve this Doc View SourceLog(LogLevel, LogDomain, String)
Performs the actual logging to the log storage
Declaration
void Log(LogLevel level, LogDomain domain, string message)