Get the per‐category log levels.
Synopsis
Declared in <logging.h>
[[requires_capability(0x7f2e43eed378)]]
std::unordered_map<LogFlags, Level>
CategoryLevels() const;
Return Value
A copy of the map from category to its override log level.
Created with MrDocs