PropertyConfigurator.cpp
Go to the documentation of this file.
00001 /*
00002  * PropertyConfigurator.cpp
00003  *
00004  * Copyright 2001, Glen Scott. All rights reserved.
00005  *
00006  * See the COPYING file for the terms of usage and distribution.
00007  */
00008 #include "PortabilityImpl.hh"
00009 #include <log4cpp/PropertyConfigurator.hh>
00010 #include "PropertyConfiguratorImpl.hh"
00011 
00012 namespace log4cpp {
00013 
00014     void PropertyConfigurator::configure(const std::string& initFileName) throw (ConfigureFailure) {
00015         PropertyConfiguratorImpl configurator;
00016         
00017         configurator.doConfigure(initFileName);
00018     }
00019 }
00020 


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung.
autogenerated on Wed Sep 16 2015 10:27:14