Click or drag to resize

LogSetLiteCoreLogLevels 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#
public static void SetLiteCoreLogLevels(
	IDictionary<string, LogLevel> levels
)

Parameters

levels
Type: System.Collections.GenericIDictionaryString, LogLevel
A map of domains to levels
See Also