Blame view

src/XMLConfigurator/Config.cc 296 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Config.cc
 *
 *  Created on: Nov 25, 2012
 *      Author: f.casimir
 */
#include "Config.hh"

namespace AMDA
{
  namespace XMLConfigurator
  {
    log4cxx::LoggerPtr gLogger = log4cxx::Logger::getLogger("AMDA-Kernel.XMLConfigurator");

  } // namespace XMLConfigurator
} // namespace AMDA