logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Parameters

entry: A mongoc_structured_log_entry_t pointer.

Returns

       A new allocated bson_t that must be freed with a call to bson_destroy().

       SEEALSO:StructuredLogging

Synopsis

          bson_t *
          mongoc_structured_log_entry_message_as_bson (const mongoc_structured_log_entry_t *entry);

       Make  a new copy, as a bson_t, of the log entry's standardized BSON representation.  When possible, a log
       handler should avoid serializing log messages that will be discarded.  Each call allocates an independent
       copy of the message that must be freed.

See Also