Couchbase Lite C
Couchbase Lite C API
Loading...
Searching...
No Matches
CBLLog.h File Reference
#include "CBLBase.h"
#include "CBLLogSinks.h"

Go to the source code of this file.

Functions

void CBL_Log (CBLLogDomain domain, CBLLogLevel level, const char *format,...) __printflike(3
 Formats and writes a message to the log, in the given domain at the given level.
void void CBL_LogMessage (CBLLogDomain domain, CBLLogLevel level, FLSlice message)
 Writes a pre-formatted message to the log, exactly as given.