1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* * StatisticLogger.hh * * Created on: Nov 04, 2014 * Author: AKKA */ #include "StatisticLogger.hh" namespace AMDA { namespace ParamOutputImpl { namespace Statistic { log4cxx::LoggerPtr gLogger = log4cxx::Logger::getLogger("AMDA-Kernel.StatisticOutput"); } // namespace Statistic } // namespace ParamOutputImpl } /* namespace AMDA */