#include <SimpleTextLogPrinter.h>

Public Member Functions | |
| FirstLevelContentsPrinter (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 |
| SimpleContentsPrinter | m_simpleContentsPrinter |
SimpleContentsPrinter is used to format Loggables found deeper in the structure of the message.
Definition at line 57 of file SimpleTextLogPrinter.h.
1.5.8