HierarchyMaintainer is an internal log4cpp class.
More...
#include <HierarchyMaintainer.hh>
List of all members.
Detailed Description
HierarchyMaintainer is an internal log4cpp class.
It is responsible for maintaining the hierarchy of Categories. Applications should not have to use this class directly.
Member Typedef Documentation
| typedef void(* log4cpp::HierarchyMaintainer::shutdown_fun_ptr)() |
Constructor & Destructor Documentation
| log4cpp::HierarchyMaintainer::HierarchyMaintainer |
( |
| ) |
|
| log4cpp::HierarchyMaintainer::~HierarchyMaintainer |
( |
| ) |
|
|
virtual |
Member Function Documentation
| Category * log4cpp::HierarchyMaintainer::_getExistingInstance |
( |
const std::string & |
name | ) |
|
|
protectedvirtual |
| Category & log4cpp::HierarchyMaintainer::_getInstance |
( |
const std::string & |
name | ) |
|
|
protectedvirtual |
| void log4cpp::HierarchyMaintainer::deleteAllCategories |
( |
| ) |
|
|
virtual |
| std::vector< Category * > * log4cpp::HierarchyMaintainer::getCurrentCategories |
( |
| ) |
const |
|
virtual |
| Category * log4cpp::HierarchyMaintainer::getExistingInstance |
( |
const std::string & |
name | ) |
|
|
virtual |
| Category & log4cpp::HierarchyMaintainer::getInstance |
( |
const std::string & |
name | ) |
|
|
virtual |
| void log4cpp::HierarchyMaintainer::register_shutdown_handler |
( |
shutdown_fun_ptr |
handler | ) |
|
| void log4cpp::HierarchyMaintainer::shutdown |
( |
| ) |
|
|
virtual |
Friends And Related Function Documentation
| friend class Log4cppCleanup |
|
friend |
Member Data Documentation
The documentation for this class was generated from the following files: