![]() |
The Gaudi Framework
master (e68eea06)
|
Private helper class to keep the count of messages of a type (MSG::LEVEL). More...

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