Provided by: libmongoc-doc_1.30.2-1_all 

SYNOPSIS
bool mongoc_structured_log_opts_set_max_level_for_component (mongoc_structured_log_opts_t *opts, mongoc_structured_log_component_t component, mongoc_structured_log_level_t level); Sets the maximum log level per-component. Only log messages at or below this severity level will be passed to mongoc_structured_log_func_t. By default, each component's log level may come from environment variables. See mongoc_structured_log_opts_set_max_levels_from_env().
PARAMETERS
• opts: Structured log options, allocated with mongoc_structured_log_opts_new(). • component: The component to set a max log level. for, as a mongoc_structured_log_component_t. • level: The new max log level for this component, as a mongoc_structured_log_level_t.
RETURNS
Returns true on success, or false if the supplied parameters were incorrect. SEE ALSO: Structured Logging
AUTHOR
MongoDB, Inc
COPYRIGHT
2009-present, MongoDB, Inc. 1.30.2 Mar 05, 2025MONGOC_STRUCTURED_LOG_...AX_LEVEL_FOR_COMPONENT(3)