![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <logger/OutputStrategy.hpp>

Public Member Functions | |
| virtual void | operator<< (const std::string &m)=0 |
| virtual | ~OutputStrategy () |
Definition at line 36 of file OutputStrategy.hpp.
| OutputStrategy::~OutputStrategy | ( | ) | [virtual] |
Definition at line 32 of file OutputStrategy.cpp.
| virtual void wns::logger::OutputStrategy::operator<< | ( | const std::string & | m | ) | [pure virtual] |
Implemented in wns::logger::CerrOutput, wns::logger::CoutOutput, and wns::logger::FileOutput.
1.5.5