tlx
Loading...
Searching...
No Matches
LoggerPrefixHook Class Referenceabstract

Abstract class to implement prefix output hooks for logging. More...

#include <core.hpp>

Public Member Functions

virtual ~LoggerPrefixHook ()
 virtual destructor
 
virtual void add_log_prefix (std::ostream &os)=0
 method to add prefix to log lines
 

Detailed Description

Abstract class to implement prefix output hooks for logging.

Definition at line 162 of file core.hpp.

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


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