GrabBag/VrUtils/log4cpp/src/Configurator.cpp
2025-07-23 01:35:14 +08:00

21 lines
374 B
C++

/*
* 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) {
}
}