Couchbase Lite C
Couchbase Lite C API
Data Fields
CBLConsoleLogSink Struct Reference

Console log sink configuration for logging to the cosole. More...

#include <cbl/CBLLogSinks.h>

Data Fields

CBLLogLevel level
 The minimum level of message to write (Required). More...
 
CBLLogDomainMask domains
 Bitmask for enabled log domains. Use zero for all domains. More...
 

Detailed Description

Console log sink configuration for logging to the cosole.

Field Documentation

◆ domains

CBLLogDomainMask CBLConsoleLogSink::domains

Bitmask for enabled log domains. Use zero for all domains.

◆ level

CBLLogLevel CBLConsoleLogSink::level

The minimum level of message to write (Required).


The documentation for this struct was generated from the following file: