Configurator.cpp
Go to the documentation of this file.
1 /*
2  * Configurator.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"
10 
11 namespace log4cpp {
12 
13  ConfigureFailure::ConfigureFailure(const std::string& reason) :
14  std::runtime_error(reason) {
15  }
16 }
17 
18 
19 
20 
ConfigureFailure(const std::string &reason)


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