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();
315 #if !defined(LOG4CPLUS_SINGLE_THREADED)
317 class ConfigurationWatchDogThread;
324 unsigned int millis = 60 * 1000);
333 ConfigurationWatchDogThread * watchDogThread;
339 #endif // _CONFIGURATOR_HEADER_