Thrill
0.1
|
Abstract class to implement prefix output hooks for logging.
Inherited by ThreadLoggerPrefixHook.
#include <core.hpp>
Public Member Functions | |
virtual | ~LoggerPrefixHook () |
virtual destructor More... | |
virtual void | add_log_prefix (std::ostream &os)=0 |
method to add prefix to log lines More... | |
|
virtual |
|
pure virtual |
method to add prefix to log lines
Referenced by Logger::Logger(), and SpacingLogger::SpacingLogger().