23 #ifndef _CONFIGURATOR_HEADER_ 24 #define _CONFIGURATOR_HEADER_ 26 #include "dcmtk/oflog/config.h" 62 fRecursiveExpansion = 0x0001,
63 fShadowEnvironment = 0x0002,
64 fAllowEmptyVars = 0x0004
234 virtual void configure();
257 void replaceEnvironVariables();
258 void configureLoggers();
260 void configureAppenders();
261 void configureAdditivity();
273 AppenderMap appenders;
315 #if !defined(LOG4CPLUS_SINGLE_THREADED) 317 class ConfigurationWatchDogThread;
324 unsigned int millis = 60 * 1000);
333 ConfigurationWatchDogThread * watchDogThread;
339 #endif // _CONFIGURATOR_HEADER_
This class used to simplify the use of the LogLog class.
This is the central class in the log4cplus package.
Provides configuration from an external file.
This class is specialized in retrieving loggers by name and also maintaining the logger hierarchy...
This header defines the Logger class and the logging macros.
a simple string class that implements a subset of std::string.
Use this class to quickly configure the package.
static Hierarchy & getDefaultHierarchy()
Return the default Hierarchy instance.