Click or drag to resize

DatabaseSetLogLevel Method

Sets the log level for the given domains(s)

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public static void SetLogLevel(
	LogDomain domains,
	LogLevel level
)

Parameters

domains
Type: Couchbase.Lite.LoggingLogDomain
The log domain(s)
level
Type: Couchbase.Lite.LoggingLogLevel
The log level
See Also