mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Unit test writes to standard output
This commit is contained in:
@@ -144,7 +144,9 @@ public:
|
||||
void logMessage (String const& message)
|
||||
{
|
||||
if (m_shouldLog)
|
||||
Log::out () << message.toStdString ();
|
||||
{
|
||||
std::cout << message.toStdString () << std::endl;
|
||||
}
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user