Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
MONGOC_STRUCT...AMED_COMPONENT(3)  libmongoc MONGOC_STRUCT...AMED_COMPONENT(3)

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.

1.30.2				 Apr 12, 2025MONGOC_STRUCT...AMED_COMPONENT(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mongoc_structured_log_get_named_component&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help