summaryrefslogtreecommitdiffstats
path: root/src/util/logging.h
AgeCommit message (Expand)Author
2021-01-18Logging: Use lightweight QString instead of QDirJan Holthuis
2021-01-18Logging: Fix wrong usage of QDir() when disabling log to fileJan Holthuis
2020-08-10Do not write a log file when running testsUwe Klotz
2020-03-22master sync: address notes.Owen Williams
2018-06-02Fix propagation of log levels into plugins with an ugly hackUwe Klotz
2018-01-16Use always logFlushLevelDaniel Schürmann
2018-01-14Introduce --logFlushLevel command line optionDaniel Schürmann
2018-01-13Flush log file before reading from it in the developers meu log tabDaniel Schürmann
2017-05-28Add log level "trace" for profiling messagesUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz
2017-05-27Add some convenience functions to mixxx::LoggerUwe Klotz
2017-05-26Remove support for log level Fatal from mixxx::LoggerUwe Klotz
2017-05-26Add a simple mixxx::LoggerUwe Klotz
2017-05-25Provide access to the current log levelUwe Klotz
2017-05-25Untangle dependencies between ControllerDebug and LoggingUwe Klotz
2017-04-16Make logging more efficient.RJ Ryan
2017-01-28Logging updates:RJ Ryan
2016-11-08Using static const int variables inside logging to show min and default verbo...Sam
2016-01-06Move logging setup/shutdown logic to util/logging.RJ Ryan