summaryrefslogtreecommitdiffstats
path: root/core/io/logger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-7/+6
* Fixing warnings generated by MSVCDualtagh Murray2018-10-191-0/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias2018-06-121-2/+2
* Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias2018-05-301-1/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Return and repair file loggingRuslan Mustakov2017-11-211-0/+5
* Fix rotated logger naming and backup deletionRuslan Mustakov2017-10-201-3/+3
* Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov2017-10-101-0/+11
* Fix logging of long strings via RotatedFileLoggerRuslan Mustakov2017-10-051-1/+4
* Extract logging logicRuslan Mustakov2017-09-251-0/+252