#include "StringStreamLogSink.hpp"
Public Member Functions | |
std::vector< LogMessage > | logMessages () const |
void | resetStringStream () |
std::string | string () const |
StringStreamLogSink () |
openstudio::StringStreamLogSink::StringStreamLogSink | ( | ) |
constructor makes a new string stream to write to and registers in the global logger
std::vector<LogMessage> openstudio::StringStreamLogSink::logMessages | ( | ) | const |
get messages out of the string stream's content
void openstudio::StringStreamLogSink::resetStringStream | ( | ) |
reset the string stream's content
std::string openstudio::StringStreamLogSink::string | ( | ) | const |
get the string stream's content