#include <SimpleTextLogPrinter.h>
Public Member Functions | |
SimpleContentsPrinter (std::tostringstream &stream) | |
void | LogContentInternal (const std::tstring &name, const SimpleLoggable &loggable) |
Implementation of this method should save the result of formatting this SimpleLoggable into the LogContentsPrinter state. | |
void | LogContentInternal (const std::tstring &name, const CompositeLoggable &loggable) |
Implementation of this method should save the result of formatting this CompositeLoggable into the LogContentsPrinter state. | |
Private Attributes | |
std::tostringstream & | m_stream |
Definition at line 41 of file SimpleTextLogPrinter.h.