1#ifndef ZMEXCLASSINFO_ICC
2#error "Exceptions/ZMexClassInfo.icc included without Exceptions/ZMexClassInfo.h"
75inline const std::string
77 std::string f=facility_;
78 facility_ = newFacility;
95 severity_ = newSeverity;
113 handler_ = newHandler;
145 filterMax_ = count_ + N;
153 return (filterMax_ < 0) || (count_ <= filterMax_) ;
ZMexSeverity setSeverity(const ZMexSeverity &newSeverity)
const std::string facility() const
const std::string name() const
void logNMore(const int N)
ZMexSeverity severity() const
ZMexHandler getHandler() const
const std::string setFacility(const std::string &newFacility)
const std::string setName(const std::string &newName)
ZMexHandler setHandler(const ZMexHandler &newHandler)
ZMexLogger setLogger(const ZMexLogger &newLogger)
ZMexLogger getLogger() const