logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

const char *

Author

       MongoDB, Inc

Parameters

level: Log level as a mongoc_structured_log_level_t.

Returns

       If the level is known, returns a pointer to a constant string that should not be freed.  If the level has
       no known name, returns NULL.

       SEEALSO:StructuredLogging

Synopsis

          const char *
          mongoc_structured_log_get_level_name (mongoc_structured_log_level_t level);

See Also