MIRA
Public Member Functions | List of all members
LogCustomizableFormatter::CustomFormatBase Class Referenceabstract

Abstract base class for all CustomFormats. More...

#include <error/LogCustomizableFormatter.h>

Inheritance diagram for LogCustomizableFormatter::CustomFormatBase:
Inheritance graph
[legend]

Public Member Functions

virtual ~CustomFormatBase ()
 
virtual void format (const LogRecord &record, std::ostringstream &ioStream)=0
 Called by LogCustomizableFormatter whenever a new log entry is getting formatted. More...
 

Detailed Description

Abstract base class for all CustomFormats.

Derive from it if you like to add your own custom format.

Constructor & Destructor Documentation

◆ ~CustomFormatBase()

virtual ~CustomFormatBase ( )
inlinevirtual

Member Function Documentation

◆ format()

virtual void format ( const LogRecord record,
std::ostringstream &  ioStream 
)
pure virtual

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