Click or drag to resize

LogSetLogger Method

Sets the logger.

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static bool SetLogger(
	ILogger customLogger
)

Parameters

customLogger
Type: Couchbase.Lite.UtilILogger
Custom logger.

Return Value

Type: Boolean
true, if Logger was set, false otherwise.
See Also