The Gaudi Framework
master (37c0b60a)
|
Private helper class to keep the count of messages of a type (MSG::LEVEL). More...
Public Member Functions | |
MsgAry ()=default | |
Default constructor. More... | |
Public Attributes | |
std::array< int, MSG::NUM_LEVELS > | msg = { { 0 } } |
Internal array of counters. More... | |
Private helper class to keep the count of messages of a type (MSG::LEVEL).
Definition at line 192 of file MessageSvc.h.
|
default |
Default constructor.
std::array<int, MSG::NUM_LEVELS> MessageSvc::MsgAry::msg = { { 0 } } |
Internal array of counters.
Definition at line 194 of file MessageSvc.h.