1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +02:00
Files
luanti/src/client
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
..
2022-04-30 16:49:41 +02:00
2022-04-30 16:49:41 +02:00
2022-04-08 14:55:21 +01:00
2022-04-08 14:55:21 +01:00
2022-04-30 16:49:41 +02:00
2021-09-09 16:51:35 +02:00
2022-04-08 14:55:21 +01:00
2022-04-30 16:49:41 +02:00
2022-04-30 16:49:41 +02:00
2022-04-24 21:11:24 +02:00
2022-04-08 14:55:21 +01:00
2021-03-31 13:15:47 +02:00
2022-04-30 16:49:41 +02:00
2021-01-22 15:09:26 +00:00
2022-04-08 14:55:21 +01:00
2021-08-03 20:29:55 +02:00
2018-03-24 15:45:25 +01:00
2018-03-24 15:45:25 +01:00