Blame view

src/Info/InfoLogger.cc 263 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * InfoLogger.cc
 *
 *  Created on: 8 oct. 2014
 *      Author: AKKA
 */

#include "InfoLogger.hh"

namespace AMDA {
namespace Info {

log4cxx::LoggerPtr gLogger = log4cxx::Logger::getLogger("AMDA-Kernel.Info");

} /* namespace Info */
} /* namespace AMDA */