AnCH Framework  0.1
Another C++ Hack Framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
anch::logger::formatter::ThreadIdFormatter Class Reference

#include <threadIdFormatter.hpp>

Inheritance diagram for anch::logger::formatter::ThreadIdFormatter:
Collaboration diagram for anch::logger::formatter::ThreadIdFormatter:

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
 
- Public Member Functions inherited from anch::logger::formatter::IFormatter
virtual ~IFormatter ()
 

Detailed Description

String formatter

Author
Vincent Lachenal

Constructor & Destructor Documentation

ThreadIdFormatter::ThreadIdFormatter ( )

ThreadIdFormatter default constructor

ThreadIdFormatter::~ThreadIdFormatter ( )

ThreadIdFormatter destructor

Member Function Documentation

void ThreadIdFormatter::formatValue ( const void *const  value,
std::ostream &  out 
) const
virtualnoexcept

Return the input string

Parameters
valueThe input string
outThe output stream to write in

Implements anch::logger::formatter::IFormatter.

FormatterType ThreadIdFormatter::getType ( ) const
virtualnoexcept

Get the formatter type

Returns
The formatter type

Implements anch::logger::formatter::IFormatter.


The documentation for this class was generated from the following files: