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