EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
default print policy for debug messages More...
#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/Logger.hpp>
Public Member Functions | |
DefaultPrintPolicy (std::ostream *out=&std::cout) | |
constructor | |
void | flush (const Level &, const std::ostringstream &input) final |
flush the debug message to the destination stream | |
Public Member Functions inherited from Acts::Logging::OutputPrintPolicy | |
virtual | ~OutputPrintPolicy ()=default |
virtual default destructor | |
Private Attributes | |
std::ostream * | m_out |
pointer to destination output stream | |
default print policy for debug messages
This class allows to print debug messages without further modifications to a specified output stream.
Definition at line 460 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 460 of file Logger.hpp
|
inlineexplicit |
constructor
[in] | out | pointer to output stream object |
out
is non-zero Definition at line 467 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 467 of file Logger.hpp
|
inlinefinalvirtual |
flush the debug message to the destination stream
[in] | lvl | debug level of debug message |
[in] | input | text of debug message |
Implements Acts::Logging::OutputPrintPolicy.
Definition at line 473 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 473 of file Logger.hpp
|
private |
pointer to destination output stream
Definition at line 479 of file Logger.hpp.
View newest version in sPHENIX GitHub at line 479 of file Logger.hpp