[#BCLog-Logger-SetLogLevel-03] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::SetLogLevel :relfileprefix: ../../ :mrdocs: Set the global log level, parsing it from a string. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool SetLogLevel(std::string_view level); ---- == Return Value true if the string was a valid log level. == Parameters [cols="1,4"] |=== | Name| Description | *level* | The log level name to parse and apply. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#