logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       MongoDB, Inc

Parameters

opts: Structured log options, allocated with mongoc_structured_log_opts_new().

       • level: The max log level for all components, as a mongoc_structured_log_level_t.

Returns

       Returns true on success, or false if the supplied parameters were incorrect.

       SEEALSO:StructuredLogging

Synopsis

          bool
          mongoc_structured_log_opts_set_max_level_for_all_components (mongoc_structured_log_opts_t *opts,
                                                                       mongoc_structured_log_level_t level);

       Sets all per-component maximum log levels to the same value.  Only log messages at or below this severity
       level will be passed to mongoc_structured_log_func_t.  Effective even for logging components not known at
       compile-time.

See Also