Log to stderr instead of stdout.

This commit is contained in:
Hans Gaiser 2024-04-14 23:00:02 +02:00 committed by Cameron Gutman
parent 76ff53f09f
commit 02d867fe09

View file

@ -61,7 +61,7 @@
#ifdef USE_CUSTOM_LOGGER
static QElapsedTimer s_LoggerTime;
static QTextStream s_LoggerStream(stdout);
static QTextStream s_LoggerStream(stderr);
static QMutex s_LoggerLock;
static bool s_SuppressVerboseOutput;
#ifdef LOG_TO_FILE