aboutsummaryrefslogtreecommitdiff
path: root/src/log.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing concurrency protection in logger (#12325)paradust72022-05-231-2/+10
* Make logging cost free when there is no output target (#12247)paradust72022-05-041-27/+175
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-10/+0
* Add chat_log_level setting (#9223)SmallJoker2020-05-141-40/+12
* Move debug.txt after it grows too big (#8904)HybridDog2019-09-071-1/+1
* Fix --color command line parameter ignorance (#7173)HybridDog2019-03-051-5/+5
* Fix missing warningstream (or similar problem) (#7034)you2018-03-041-10/+16
* Add coloured logs (#4549)you2017-12-061-0/+40
* Modernize various files (src/k*, src/l*)Loic Blot2017-08-181-2/+0
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-2/+2
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-1/+2
* Add server side ncurses terminalest312015-11-061-1/+6
* Small logging refactor and additional optionsest312015-10-241-24/+39
* Refactor loggingShadowNinja2015-10-141-51/+145
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-0/+17
* Log: Silence errorstream during unittestskwolekr2014-12-121-1/+8
* Update Copyright YearsSfan52013-02-241-1/+1
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
* Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola2012-06-051-4/+4
* Add better trace peudo-loglevel supportPerttu Ahola2012-05-201-0/+5
* Add a third log output interface methodPerttu Ahola2011-11-291-0/+2
* Add log_remove_output and log_deregister_threadPerttu Ahola2011-11-291-0/+2
* Initially add small and tight logging facilityPerttu Ahola2011-10-161-0/+69