- Wrapper logger object for logging from Qml (QmlLogger)
- Appender for windows debug console (OutputDebugString)
- continuous integration windows - appveyor ci config files
- Changelog
- Replaced old-c-style casts
- Minimum required Qt version is 5.3
- Reenabled an fixed unit test suite
- continuous integration linux - travis ci config files
- Replaced object ownership via LogObject and LogObjectPtr with QSharedPointer
- Removed pre Qt5 code
- Code improvements (use c++11 feature, e.g. nulptr, range base for loop, override, ...)
- Replaced msecSinceEpoch methods of DateTime with QDateTime methodes which exists since Qt4.7
- Replaced custom DataTime Formater with QDateTime::toString() - lost additional expression week
- converted inlcude file from utf-16 to ascii
- DatePatternConverter: fixed scope of toString() call
- Binary logger
- XMLLayout to support apache chainsaw