00001 /* 00002 * Configurator.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/Configurator.hh> 00010 00011 namespace log4cpp { 00012 00013 ConfigureFailure::ConfigureFailure(const std::string& reason) : 00014 std::runtime_error(reason) { 00015 } 00016 } 00017 00018 00019 00020