summaryrefslogtreecommitdiffstats
path: root/src/util/logger.cpp
AgeCommit message (Expand)Author
2019-05-03Delete code that checks for Qt version < 5.0Uwe Klotz
2017-06-02Hotfix: Logger must not use any static data for initializationUwe Klotz
2017-05-28Fix Qt5 buildUwe Klotz
2017-05-28Restrict usage of C string functions to Qt4Uwe Klotz
2017-05-28Use QLatin1String to avoid null checkUwe Klotz
2017-05-28Restrict log context from QString to QLatin1StringUwe Klotz
2017-05-28Optimize string concatenation when creating loggersUwe Klotz
2017-05-28Move logger into separate .h/.cpp filesUwe Klotz