#include <ZMexClassInfo.h>
Definition at line 94 of file ZMexClassInfo.h.
◆ ZMexClassInfo() [1/3]
zmex::ZMexClassInfo::ZMexClassInfo |
( |
const std::string & |
name, |
|
|
const std::string & |
facility, |
|
|
const ZMexSeverity |
s = ZMexERROR |
|
) |
| |
Definition at line 29 of file ZMexClassInfo.cc.
33 :
34 count_ ( 0 )
35, filterMax_( -1 )
36, name_ ( nname )
37, facility_ ( ffacility )
38, severity_ ( s )
39, handler_ ( ZMexHandleViaParent() )
40, logger_ ( ZMexLogViaParent() )
41{
42}
◆ ZMexClassInfo() [2/3]
zmex::ZMexClassInfo::ZMexClassInfo |
( |
const std::string & |
name, |
|
|
const std::string & |
facility, |
|
|
const ZMexSeverity |
s, |
|
|
const ZMexHandler & |
h |
|
) |
| |
Definition at line 44 of file ZMexClassInfo.cc.
49 :
50 count_ ( 0 )
51, filterMax_( -1 )
52, name_ ( nname )
53, facility_ ( ffacility )
54, severity_ ( s )
55, handler_ ( h )
56, logger_ ( ZMexLogViaParent() )
57{
58}
◆ ZMexClassInfo() [3/3]
Definition at line 60 of file ZMexClassInfo.cc.
66 :
67 count_ ( 0 )
68, filterMax_( -1 )
69, name_ ( nname )
70, facility_ ( ffacility )
71, severity_ ( s )
72, handler_ ( h )
73, logger_ ( l )
74{
75}
◆ count()
int zmex::ZMexClassInfo::count |
( |
| ) |
const |
◆ facility()
const std::string zmex::ZMexClassInfo::facility |
( |
| ) |
const |
◆ filterMax()
int zmex::ZMexClassInfo::filterMax |
( |
| ) |
const |
◆ getHandler()
◆ getLogger()
ZMexLogger zmex::ZMexClassInfo::getLogger |
( |
| ) |
const |
◆ logNMore()
void zmex::ZMexClassInfo::logNMore |
( |
const int |
N | ) |
|
◆ name()
const std::string zmex::ZMexClassInfo::name |
( |
| ) |
const |
◆ nextCount()
int zmex::ZMexClassInfo::nextCount |
( |
| ) |
|
◆ OKtoLog()
bool zmex::ZMexClassInfo::OKtoLog |
( |
| ) |
const |
◆ setFacility()
const std::string zmex::ZMexClassInfo::setFacility |
( |
const std::string & |
newFacility | ) |
|
◆ setHandler()
◆ setLogger()
◆ setName()
const std::string zmex::ZMexClassInfo::setName |
( |
const std::string & |
newName | ) |
|
◆ setSeverity()
◆ severity()
The documentation for this class was generated from the following files: