mongoc_log

extern (C) extern (C)
void
mongoc_log
(,
const(char)* log_domain
,
const(char)* format
,)

Detailed Description

mongoc log

@log_level: The log level. @log_domain: The log domain (such as "client"). @format: The format string for the log message.

Logs a message using the currently configured logger.

This method will hold a logging lock to prevent concurrent calls to the logging infrastructure. It is important that your configured log function does not re-enter the logging system or deadlock will occur.

Meta