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