Sets the global logging severity level selected by the arguments.
Declared in <init/common.h>
[[nodiscard]]
util::Result<void>
SetLoggingLevel(ArgsManager const& args);
A successful result, or an error describing an invalid level.
The return value should not be discarded.
| Name | Description |
|---|---|
| args | The parsed program arguments to read the logging level from. |