mirror of
https://github.com/minetest/minetest.git
synced 2025-02-17 02:22:26 +01:00
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.