aboutsummaryrefslogtreecommitdiff
path: root/src/log.h
AgeCommit message (Expand)Author
2022-11-21Check specific outputs for isatty (#12980)Jude Melton-Houghton
2022-05-23Add missing concurrency protection in logger (#12325)paradust7
2022-05-04Make logging cost free when there is no output target (#12247)paradust7
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-05-14Add chat_log_level setting (#9223)SmallJoker
2019-09-07Move debug.txt after it grows too big (#8904)HybridDog
2019-03-05Fix --color command line parameter ignorance (#7173)HybridDog
2018-03-04Fix missing warningstream (or similar problem) (#7034)you
2017-12-06Add coloured logs (#4549)you
2017-08-18Modernize various files (src/k*, src/l*)Loic Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-06-11Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2015-11-06Add server side ncurses terminalest31
2015-10-24Small logging refactor and additional optionsest31
2015-10-14Refactor loggingShadowNinja
2015-04-01Move globals from main.cpp to more sane locationsCraig Robbins
2014-12-12Log: Silence errorstream during unittestskwolekr
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-06-05Switch the license to be LGPLv2/later, with small parts still remaining as GP...Perttu Ahola
2012-05-20Add better trace peudo-loglevel supportPerttu Ahola
2011-11-29Add a third log output interface methodPerttu Ahola
2011-11-29Add log_remove_output and log_deregister_threadPerttu Ahola
2011-10-16Initially add small and tight logging facilityPerttu Ahola