GrabBag/VrUtils/log4cpp/src/Configurator.cpp

21 lines
354 B
C++
Raw Normal View History

2025-06-08 12:48:04 +08:00
/*
* Configurator.cpp
*
* Copyright 2001, Glen Scott. All rights reserved.
*
* See the COPYING file for the terms of usage and distribution.
*/
#include "PortabilityImpl.hh"
#include <log4cpp/Configurator.hh>
namespace log4cpp {
ConfigureFailure::ConfigureFailure(const std::string& reason) :
std::runtime_error(reason) {
}
}