Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
Helper class for unit tests - captures all log output, and returns it as a single string. More...
#include <CLogger.h>
Public Member Functions | |
TestLogger () | |
std::string | GetOutput () |
Private Attributes | |
std::stringstream | m_Stream |
CLogger::ScopedReplacement | m_ScopedReplacement |
Helper class for unit tests - captures all log output, and returns it as a single string.
TestLogger::TestLogger | ( | ) |
std::string TestLogger::GetOutput | ( | ) |
|
private |
|
private |