log4cpp  1.1.3
PropertyConfigurator.hh
Go to the documentation of this file.
1 /*
2  * SimpleConfigurator.hh
3  *
4  * Copyright 2001, Glen Scott. All rights reserved.
5  *
6  * See the COPYING file for the terms of usage and distribution.
7  */
8 #ifndef _LOG4CPP_PROPERTYCONFIGURATOR_HH
9 #define _LOG4CPP_PROPERTYCONFIGURATOR_HH
10 
11 #include <log4cpp/Portability.hh>
12 #include <log4cpp/Export.hh>
13 
14 #include <string>
15 #include <log4cpp/Configurator.hh> // configure exceptions
16 
17 namespace log4cpp {
18 
47  public:
54  static void configure(const std::string& initFileName);
55  };
56 }
57 
58 #endif // _LOG4CPP_PROPERTYCONFIGURATOR_HH
#define LOG4CPP_EXPORT
Definition: Export.hh:26
Property configurator will read a config file using the same (or similar) format to the config file u...
Definition: PropertyConfigurator.hh:46
The top level namespace for all 'Log for C++' types and classes.
Definition: AbortAppender.hh:16