mongoc_structured_log_entry_t#
Synopsis#
typedef struct mongoc_structured_log_entry_t mongoc_structured_log_entry_t;
mongoc_structured_log_entry_t
is an opaque structure which represents the temporary state of an in-progress log entry.
It can only be used during a mongoc_structured_log_func_t, it is not valid after the log handler returns.
Use the functions below to query individual aspects of the log entry.
Functions#
See also