9 #ifndef _LOG4SHIB_PROPERTYCONFIGURATORIMPL_HH
10 #define _LOG4SHIB_PROPERTYCONFIGURATORIMPL_HH
31 virtual void doConfigure(
const std::string& initFileName)
52 void getCategories(std::vector<std::string>& categories)
const;
Implement this interface for your own strategies for printing log statements.
Definition: Appender.hh:33
Definition: Properties.hh:19
Definition: PropertyConfiguratorImpl.hh:25
virtual ~PropertyConfiguratorImpl()
Definition: PropertyConfiguratorImpl.cpp:62
void instantiateAllAppenders() noexcept(false)
Definition: PropertyConfiguratorImpl.cpp:92
AppenderMap _allAppenders
Definition: PropertyConfiguratorImpl.hh:80
virtual void doConfigure(const std::string &initFileName) noexcept(false)
Definition: PropertyConfiguratorImpl.cpp:65
void getCategories(std::vector< std::string > &categories) const
Get a list of categories for which we should do the configuration.
Definition: PropertyConfiguratorImpl.cpp:340
PropertyConfiguratorImpl()
Definition: PropertyConfiguratorImpl.cpp:59
std::map< std::string, Appender * > AppenderMap
Definition: PropertyConfiguratorImpl.hh:27
Appender * instantiateAppender(const std::string &name)
Intantiate and configure the appender referred to by the given name.
Definition: PropertyConfiguratorImpl.cpp:199
void configureCategory(const std::string &categoryname) noexcept(false)
configure the given category.
Definition: PropertyConfiguratorImpl.cpp:134
void setLayout(Appender *appender, const std::string &name)
Method for instantiating and configuring the layouts associated with each appender.
Definition: PropertyConfiguratorImpl.cpp:290
Properties _properties
Definition: PropertyConfiguratorImpl.hh:79
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16
Definition: Portability.hh:37