summaryrefslogtreecommitdiff
path: root/core/io/logger.cpp
AgeCommit message (Expand)Author
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-05-03Remove some C++11 polyfill defines that are no longer neededHugo Locurcio
2020-04-02Replace NULL with nullptrlupoDharkael
2020-01-19Improve the console error logging appearanceHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-02-18Fix parameterised macros in core. Addresses #25488IronicallySerious
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-11Moved member variables to initializer listWilson E. Alvarez
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-06-12Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias
2018-05-30Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-21Return and repair file loggingRuslan Mustakov
2017-10-20Fix rotated logger naming and backup deletionRuslan Mustakov
2017-10-10Define va_copy with --std=c++03 (fixes #11979)Ruslan Mustakov
2017-10-05Fix logging of long strings via RotatedFileLoggerRuslan Mustakov
2017-09-25Extract logging logicRuslan Mustakov