PlotLogger.hh
405 Bytes
/*
* PlotLogger.hh
*
* Created on: 29 oct. 2013
* Author: CS
*/
#ifndef PLOTLOGGER_HH_
#define PLOTLOGGER_HH_
#include "log4cxx/logger.h"
#include <AMDA_exception.hh>
namespace plot {
using AMDA::ex_msg;
extern log4cxx::LoggerPtr gLogger;
/**
* Exception specific for this module
*/
struct exception: virtual AMDA::AMDA_exception { };
} /* namespace plot */
#endif /* PLOTNODE_HH_ */