#define CBLAPI
Definition CBL_Compat.h:105
#define CBL_CAPI_BEGIN
Definition CBL_Compat.h:107
#define CBL_CAPI_END
Definition CBL_Compat.h:108
#define __printflike(fmtarg, firstvararg)
Definition CBL_Compat.h:133
CBLLogDomain
Definition CBLLogSinks.h:43
CBLLogLevel
Definition CBLLogSinks.h:33
void void CBL_LogMessage(CBLLogDomain domain, CBLLogLevel level, FLSlice message)
Writes a pre-formatted message to the log, exactly as given.
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.
A simple reference to a block of memory.
Definition FLSlice.h:45