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