#include <anchDateFormatter.hpp>
Public Member Functions | |
| AnchDateFormatter (const std::string &dateFormat) | |
| virtual | ~AnchDateFormatter () |
| virtual void | formatValue (const void *const value, std::ostream &out) const noexcept |
| virtual anch::log::fmt::FormatterType | getType () const noexcept |
| Public Member Functions inherited from anch::log::fmt::IFormatter | |
| virtual | ~IFormatter () |
Date formatter with high precision clock
| anch::log::fmt::AnchDateFormatter::AnchDateFormatter | ( | const std::string & | dateFormat | ) |
AnchDateFormatter default constructor
|
virtual |
AnchDateFormatter destructor
|
virtualnoexcept |
Return the input string
| value | The input string |
| out | The output stream to write in |
Implements anch::log::fmt::IFormatter.
|
virtualnoexcept |