[#BCLog-Logger-LogCategoriesList] = xref:BCLog.adoc[BCLog]::xref:BCLog/Logger.adoc[Logger]::LogCategoriesList :relfileprefix: ../../ :mrdocs: Returns a vector of the log categories in alphabetical order. == Synopsis Declared in `<logging.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::vector<LogCategory> LogCategoriesList() const; ---- == Return Value The log categories, each with its enabled state, sorted by name. [.small]#Created with https://www.mrdocs.com[MrDocs]#