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.0.0-b0520
Syntax
C#
public static void SetLogLevel(
	LogDomain domains,
	LogLevel level
)

Parameters

domains
Type: Couchbase.Lite.LoggingLogDomain
The domains(s) to change the log level for
level
Type: Couchbase.Lite.LoggingLogLevel
The level to set the logging to
See Also