PropertyConfigurator.cpp
Go to the documentation of this file.
1 /*
2  * PropertyConfigurator.cpp
3  *
4  * Copyright 2001, Glen Scott. All rights reserved.
5  *
6  * See the COPYING file for the terms of usage and distribution.
7  */
8 #include "PortabilityImpl.hh"
11 
12 namespace log4cpp {
13 
14  void PropertyConfigurator::configure(const std::string& initFileName) throw (ConfigureFailure) {
15  PropertyConfiguratorImpl configurator;
16 
17  configurator.doConfigure(initFileName);
18  }
19 }
20 
virtual void doConfigure(const std::string &initFileName)
static void configure(const std::string &initFileName)


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00