InternLib_Config.hh 617 Bytes
/*
 * Config.hh
 *
 *  Created on: Nov 25, 2012
 *      Author: f.casimir
 */

#ifndef CONFIG_INTERLIB_HH_
#define CONFIG_INTERLIB_HH_

#include "log4cxx/logger.h"

#include <AMDA_exception.hh>

namespace AMDA
{
/**
 * @brief  standard AMDA plugging
 */
    namespace InternLib
    {
    /**
     * logger common to all InternLib
     */
      extern log4cxx::LoggerPtr gLogger;

      /**
       * Exception specific for AMDA::XMLConfigurator module
       */
      struct exception: virtual AMDA_exception { };

    }/* namespace XMLParameterConfigurator */
} /* namespace AMDA */

#endif /* CONFIG_INTERLIB_HH_ */