plucky (3) mongoc_structured_log_entry_get_message_string.3.gz

Provided by: libmongoc-doc_1.30.0-1_all bug

SYNOPSIS

          const char *
          mongoc_structured_log_entry_get_message_string (const mongoc_structured_log_entry_t *entry);

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.

       SEE ALSO:
          Structured Logging

AUTHOR

       MongoDB, Inc

       2009-present, MongoDB, Inc.