Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Logging
Log Class
Log Methods
AddLoggerProvider Method
SetLiteCoreLogLevel Method
SetLiteCoreLogLevels Method
Log
SetLiteCoreLogLevels Method
An API for setting logging levels of various domains in the native LiteCore library
Namespace:
Couchbase.Lite.Logging
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0382
Syntax
C#
Copy
public
static
void
SetLiteCoreLogLevels
(
IDictionary
<
string
,
LogLevel
>
levels
)
Parameters
levels
Type:
System.Collections.Generic
IDictionary
String
,
LogLevel
A map of domains to levels
See Also
Reference
Log Class
Couchbase.Lite.Logging Namespace