StatisticLogger.cc
357 Bytes
/*
* 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 */