![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
#include <levelFormatter.hpp>
Public Member Functions | |
LevelFormatter () | |
virtual | ~LevelFormatter () |
virtual void | formatValue (const void *const value, std::ostream &out) const noexcept |
virtual anch::logger::formatter::FormatterType | getType () const noexcept |
![]() | |
virtual | ~IFormatter () |
Logging level formatter
LevelFormatter::LevelFormatter | ( | ) |
LevelFormatter default constructor
|
virtual |
LevelFormatter destructor
|
virtualnoexcept |
Return the level label
value | The logging level |
out | The output stream to write in |
Implements anch::logger::formatter::IFormatter.
|
virtualnoexcept |