minetest/builtin
paradust7 0704ca0550
Make logging cost free when there is no output target (#12247)
The logging streams now do almost no work when there is no output target for them.

For example, if LL_VERBOSE has no output targets, then `verbosestream << x` will return a StreamProxy with a null target. Any further `<<` operations applied to it will do nothing.
2022-05-04 20:55:01 +02:00
..
async
client
common Add vector.combine (#11920) 2022-05-04 07:44:14 -04:00
fstk
game
locale
mainmenu
profiler
init.lua
settingtypes.txt Make logging cost free when there is no output target (#12247) 2022-05-04 20:55:01 +02:00