mongoc_structured_log_get_level_name - Man Page
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
Copyright
2009-present, MongoDB, Inc.
Info
Feb 06, 2025 1.30.0 libmongoc