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

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.

       SEEALSO:StructuredLogging

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.

See Also