Thrill  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
LoggerPrefixHook Class Referenceabstract

Detailed Description

Abstract class to implement prefix output hooks for logging.

Definition at line 162 of file core.hpp.

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...
 

Constructor & Destructor Documentation

◆ ~LoggerPrefixHook()

~LoggerPrefixHook ( )
virtual

virtual destructor

Definition at line 110 of file core.cpp.

Member Function Documentation

◆ add_log_prefix()

virtual void add_log_prefix ( std::ostream &  os)
pure virtual

method to add prefix to log lines

Referenced by Logger::Logger(), and SpacingLogger::SpacingLogger().


The documentation for this class was generated from the following files: