HierarchyMaintainer is an internal log4cpp class.
More...
#include <HierarchyMaintainer.hh>
HierarchyMaintainer is an internal log4cpp class.
It is responsible for maintaining the hierarchy of Categories. Applications should not have to use this class directly.
◆ CategoryMap
◆ shutdown_fun_ptr
| typedef void(* log4cpp::HierarchyMaintainer::shutdown_fun_ptr) () |
◆ HierarchyMaintainer()
| log4cpp::HierarchyMaintainer::HierarchyMaintainer |
( |
| ) |
|
◆ ~HierarchyMaintainer()
| log4cpp::HierarchyMaintainer::~HierarchyMaintainer |
( |
| ) |
|
|
virtual |
◆ _getExistingInstance()
| Category * log4cpp::HierarchyMaintainer::_getExistingInstance |
( |
const std::string & |
name | ) |
|
|
protectedvirtual |
◆ _getInstance()
| Category & log4cpp::HierarchyMaintainer::_getInstance |
( |
const std::string & |
name | ) |
|
|
protectedvirtual |
◆ deleteAllCategories()
| void log4cpp::HierarchyMaintainer::deleteAllCategories |
( |
| ) |
|
|
virtual |
◆ getCurrentCategories()
| std::vector< Category * > * log4cpp::HierarchyMaintainer::getCurrentCategories |
( |
| ) |
const |
|
virtual |
◆ getDefaultMaintainer()
◆ getExistingInstance()
| Category * log4cpp::HierarchyMaintainer::getExistingInstance |
( |
const std::string & |
name | ) |
|
|
virtual |
◆ getInstance()
| Category & log4cpp::HierarchyMaintainer::getInstance |
( |
const std::string & |
name | ) |
|
|
virtual |
◆ register_shutdown_handler()
| void log4cpp::HierarchyMaintainer::register_shutdown_handler |
( |
shutdown_fun_ptr |
handler | ) |
|
◆ shutdown()
| void log4cpp::HierarchyMaintainer::shutdown |
( |
| ) |
|
|
virtual |
◆ Log4cppCleanup
| friend class Log4cppCleanup |
|
friend |
◆ _categoryMap
◆ _categoryMutex
The documentation for this class was generated from the following files: