#ifndef NULL_LOGGER_HH
#define NULL_LOGGER_HH
#include <ostream>
extern std::ostream nulllogger;
#endif