Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Logging
Log Class
Log Methods
AddLoggerProvider Method
SetLiteCoreLogLevel Method
SetLiteCoreLogLevels Method
Log
SetLiteCoreLogLevel Method
An API for setting the logging level of the native LiteCore library
Namespace:
Couchbase.Lite.Logging
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
static
void
SetLiteCoreLogLevel
(
string
domain
,
LogLevel
level
)
Parameters
domain
Type:
System
String
The domain to change
level
Type:
Couchbase.Lite.Logging
LogLevel
The log level to set
See Also
Reference
Log Class
Couchbase.Lite.Logging Namespace