ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
default filter policy for debug messages More...
#include <acts/blob/master/Core/include/Acts/Utilities/Logger.hpp>
Public Member Functions | |
DefaultFilterPolicy (const Level &lvl) | |
constructor | |
~DefaultFilterPolicy () override=default | |
virtual default destructor | |
bool | doPrint (const Level &lvl) const override |
decide whether a debug message should be processed | |
Public Member Functions inherited from Acts::Logging::OutputFilterPolicy | |
virtual | ~OutputFilterPolicy ()=default |
virtual default destructor | |
Private Attributes | |
Level | m_level |
threshold debug level for messages to be processed | |
default filter policy for debug messages
All debug messages with a debug level equal or larger to the specified threshold level are processed.
Definition at line 261 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 261 of file Logger.hpp
|
inlineexplicit |
constructor
[in] | lvl | threshold debug level |
Definition at line 266 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 266 of file Logger.hpp
|
overridedefault |
virtual default destructor
|
inlineoverridevirtual |
decide whether a debug message should be processed
[in] | lvl | debug level of debug message |
true
if lvl
>= m_level, otherwise false
Implements Acts::Logging::OutputFilterPolicy.
Definition at line 276 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 276 of file Logger.hpp
References m_level.
|
private |
threshold debug level for messages to be processed
Definition at line 280 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 280 of file Logger.hpp
Referenced by doPrint().