plucky (3) mongoc_structured_log_get_level_name.3.gz

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

SYNOPSIS

          const char *
          mongoc_structured_log_get_level_name (mongoc_structured_log_level_t level);

PARAMETERS

level: Log level as a mongoc_structured_log_level_t.

RETURNS

       If the level is known, returns a pointer to a constant string that should not be freed.  If the level has
       no known name, returns NULL.

       SEE ALSO:
          Structured Logging

AUTHOR

       MongoDB, Inc

       2009-present, MongoDB, Inc.