Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: flush spdlog messages also when logging to stderr (KDAB#142)
The existing code was only enabling flush when logs are redirected to files. Without this, the relative order of the debug output from qWarnings() and from Message.log() wasn't preserved, making debugging difficult.
- Loading branch information