Click or drag to resize

LogSetLiteCoreLogLevel 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#
public static void SetLiteCoreLogLevel(
	string domain,
	LogLevel level
)

Parameters

domain
Type: SystemString
The domain to change
level
Type: Couchbase.Lite.LoggingLogLevel
The log level to set
See Also