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

const char *

Author

       MongoDB, Inc

Parameters

entry: A mongoc_structured_log_entry_t pointer.

Returns

       A  string,  guaranteed to be valid only during the lifetime of the structured log handler.  It should not
       be freed or modified.

       Identical    to    the    value    of    the    message    key    in    the    document    returned    by
       mongoc_structured_log_entry_message_as_bson().

       This  is not a complete string representation of the structured log, but rather a standardized identifier
       for a particular log event.

       SEEALSO:StructuredLogging

Synopsis

          const char *
          mongoc_structured_log_entry_get_message_string (const mongoc_structured_log_entry_t *entry);

See Also