SpiceKernelLogger.hh 493 Bytes
/*
 * SpiceKernelLogger.hh
 *
 *  Created on: 8 jul. 2016
 *      Author: AKKA IS
 */

#ifndef SPICEKERNELLOGGER_HH_
#define SPICEKERNELLOGGER_HH_

#include "log4cxx/logger.h"

#include <AMDA_exception.hh>

namespace AMDA {
namespace SpiceKernel {

using AMDA::ex_msg;

extern log4cxx::LoggerPtr gLogger;

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

} /* namespace SpiceKernel */
} /* namespace AMDA */
#endif /* SPICEKERNELLOGGER_HH_ */