|
SYNOPSISbool mongoc_structured_log_opts_set_max_level_for_component (mongoc_structured_log_opts_t *opts, 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
RETURNSReturns true on success, or false if the supplied parameters were incorrect. SEE ALSO: Structured Logging AUTHORMongoDB, Inc COPYRIGHT2009-present, MongoDB, Inc.
|