table of contents
other versions
- testing 1.30.4-1
- unstable 1.30.4-1
- experimental 2.0.2-1
MONGOC_STRUCTURED_LOG_GET_COMPONENT_NAME(3) | libmongoc | MONGOC_STRUCTURED_LOG_GET_COMPONENT_NAME(3) |
SYNOPSIS¶
const char * mongoc_structured_log_get_component_name (mongoc_structured_log_component_t component);
PARAMETERS¶
- •
- component: Log component as a mongoc_structured_log_component_t.
RETURNS¶
If the component is known, returns a pointer to a constant string that should not be freed. If the component has no known name, returns NULL.
SEE ALSO:
Structured Logging
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
May 7, 2025 | 1.30.4 |