ParserLogger.hh 461 Bytes
/*
 * ParserLogger.hh
 *
 *  Created on: 18 mar. 2019
 *      Author: AKKA
 */

#ifndef PARSERLOGGER_HH_
#define PARSERLOGGER_HH_

#include "log4cxx/logger.h"

#include <AMDA_exception.hh>

namespace AMDA {
namespace parser {

using AMDA::ex_msg;

extern log4cxx::LoggerPtr gLogger;

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

} /* namespace parser */
} /* namespace AMDA */
#endif /* PARSERLOGGER_HH_ */