#include <OstringStream.hh>
Inheritance diagram for log4cpp::OstringStream:
Public Methods | |
std::string | str () |
void | vform (const char *format, va_list args) |
appends a string to the stream, built from a format specifier and a va_list of arguments, analogously to vprintf(3). More... |
It also provides a vform() method.
|
|
|
appends a string to the stream, built from a format specifier and a va_list of arguments, analogously to vprintf(3).
|