DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
This is used to lock a Hierarchy. More...
Public Member Functions | |
HierarchyLocker (Hierarchy &h) | |
void | resetConfiguration () |
Calls the resetConfiguration() method on the locked Hierarchy. | |
Logger | getInstance (const tstring &name) |
Calls the getInstance() method on the locked Hierarchy. | |
Logger | getInstance (const tstring &name, spi::LoggerFactory &factory) |
Calls the getInstance() method on the locked Hierarchy. | |
void | addAppender (Logger &logger, SharedAppenderPtr &appender) |
Private Attributes | |
Hierarchy & | h |
thread::Guard | hierarchyLocker |
LoggerList | loggerList |