MIRA
Public Member Functions | List of all members
LogCustomizableFormatter::File Class Reference

File format, used to write the file of the log entry to the log format. More...

#include <error/LogCustomizableFormatter.h>

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

Public Member Functions

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

Detailed Description

File format, used to write the file of the log entry to the log format.

Member Function Documentation

◆ format()

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

Called by LogCustomizableFormatter whenever a new log entry is getting formatted.

Writes the formatted data to ioStream.

Parameters
recordThe log entry
ioStreamThe stream the formatted data gets written to.

Implements LogCustomizableFormatter::CustomFormatBase.


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