Sets the logger.
Namespace:
Couchbase.Lite.Util
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax public static bool SetLogger(
ILogger customLogger
)
Parameters
- customLogger
- Type: Couchbase.Lite.UtilILogger
Custom logger.
Return Value
Type:
Booleantrue, if Logger was set,
false otherwise.
See Also