Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
Database Class
Database Methods
AddDocumentChangedListener Method
Close Method
Compact Method
Contains Method
Copy Method
CreateIndex Method
Delete Method
DeleteIndex Method
Dispose Method
Exists Method
Finalize Method
GetDocument Method
GetIndexes Method
InBatch Method
Purge Method
RemoveDocumentChangedListener Method
Save Method
SetEncryptionKey Method
SetLogLevel Method
Database
SetLogLevel Method
Sets the log level for the given domain(s)
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
Copy
public
static
void
SetLogLevel
(
LogDomain
domain
,
LogLevel
level
)
Parameters
domain
Type:
Couchbase.Lite.Logging
LogDomain
The domain(s) to change the log level for
level
Type:
Couchbase.Lite.Logging
LogLevel
The level to set the logging to
See Also
Reference
Database Class
Couchbase.Lite Namespace