/* * StatisticConfig.hh * * Created on: Nov 04, 2014 * Author: AKKA */ #ifndef STATISTICCONFIG_HH_ #define STATISTICCONFIG_HH_ #include "log4cxx/logger.h" #include namespace AMDA { namespace ParamOutputImpl { namespace Statistic { extern log4cxx::LoggerPtr gLogger; /** * Exception specific for AMDA::XMLConfigurator module */ struct exception: virtual AMDA::AMDA_exception { }; } // namespace Statistic } // namespace ParamOutputImpl } /* namespace AMDA */ #endif /* STATISTICCONFIG_HH_ */