Returns a vector of the log categories in alphabetical order.
Synopsis
Declared in <logging.h>
std::vector<LogCategory>
LogCategoriesList() const;
Return Value
The log categories, each with its enabled state, sorted by name.
Created with MrDocs