aboutsummaryrefslogtreecommitdiff
path: root/logger/QsLogDest.cpp
AgeCommit message (Collapse)Author
2013-12-20Some test madnessPetr Mrázek
2013-12-11Remove QsLog destinations when they are destroyed.Andrew
This fixes some issues where MultiMC was segfaulting on exit because things were trying to write to the logger while they were being destroyed, but the destinations had already been destroyed and were left in the list.
2013-10-06Added file loggerPetr Mrázek