Provided by: libmongoc-doc_2.2.1-1_all 

SYNOPSIS
bool
mongoc_structured_log_get_named_component (const char *name, mongoc_structured_log_component_t *out);
Look up a component by name. Case insensitive.
PARAMETERS
• name: A name to look up as a log component.
• out: On success, the corresponding mongoc_structured_log_component_t <> is written here.
RETURNS
If the component name is known, returns true and writes the component enum to *out. If the component
name is not known, returns false and does not write *out.
See also:
Structured Logging <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
2.2.1 Dec 11, 2025 MONGOC_STRUCTURED_LOG_GET_NAMED_COMPONENT(3)