#include <stringFormatter.hpp>
Public Member Functions | |
StringFormatter () | |
virtual | ~StringFormatter () |
virtual void | formatValue (const void *const value, std::ostream &out) const noexcept |
virtual anch::logger::formatter::FormatterType | getType () const noexcept |
![]() | |
virtual | ~IFormatter () |
String formatter
anch::logger::formatter::StringFormatter::StringFormatter | ( | ) |
StringFormatter default constructor
|
virtual |
StringFormatter destructor
|
virtualnoexcept |
Return the input string
value | The input string |
out | The output stream to write in |
Implements anch::logger::formatter::IFormatter.
|
virtualnoexcept |