Set the global log level, parsing it from a string.

Synopsis

Declared in <logging.h>

bool
SetLogLevel(std::string_view level);

Return Value

true if the string was a valid log level.

Parameters

Name

Description

level

The log level name to parse and apply.

Created with MrDocs