MIRA
Public Member Functions | List of all members
LogSimpleFormatter Class Reference

Very simple log formatter logging the severity level, the time and the message. More...

#include <error/LogSimpleFormatter.h>

Inheritance diagram for LogSimpleFormatter:
Inheritance graph
[legend]

Public Member Functions

virtual std::string format (const LogRecord &record)
 Creates a formatted string out of a log entry. More...
 

Detailed Description

Very simple log formatter logging the severity level, the time and the message.

Member Function Documentation

◆ format()

virtual std::string format ( const LogRecord record)
inlinevirtual

Creates a formatted string out of a log entry.

Parameters
recordThe log entry.
Returns
The formatted string

Implements LogFormatterBase.


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