1 #ifndef ZMEXCLASSINFO_H 2 #define ZMEXCLASSINFO_H 56 #ifndef STRING_INCLUDED 57 #define STRING_INCLUDED 69 #ifndef ZMEXSEVERITY_H 101 const std::string &
name 107 const std::string & name
108 ,
const std::string & facility
110 ,
const ZMexHandler & h
114 const std::string & name
115 ,
const std::string & facility
117 ,
const ZMexHandler & h
118 ,
const ZMexLogger & l
121 const std::string
name()
const;
124 const std::string
setName(
const std::string& newName);
128 const std::string
setFacility(
const std::string& newFacility);
140 ZMexHandler
setHandler(
const ZMexHandler & newHandler );
144 ZMexLogger
setLogger(
const ZMexLogger & newLogger );
163 std::string facility_;
166 ZMexHandler handler_;
175 #define ZMEXCLASSINFO_ICC 176 #include "CLHEP/Exceptions/ZMexClassInfo.icc" 177 #undef ZMEXCLASSINFO_ICC 180 #endif // ZMEXCLASSINFO_H const std::string name() const
void logNMore(const int N)
ZMexSeverity severity() const
const std::string setName(const std::string &newName)
ZMexHandler setHandler(const ZMexHandler &newHandler)
ZMexClassInfo(const std::string &name, const std::string &facility, const ZMexSeverity s=ZMexERROR)
ZMexSeverity setSeverity(const ZMexSeverity &newSeverity)
const std::string facility() const
ZMexHandler getHandler() const
ZMexLogger setLogger(const ZMexLogger &newLogger)
ZMexLogger getLogger() const
const std::string setFacility(const std::string &newFacility)