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