kpreid / all-is-cubes

Yet another block/voxel game; in this one the blocks are made out of blocks. Runs in browsers on WebGL+WebAssembly.
https://kpreid.dreamwidth.org/tag/all+is+cubes
Apache License 2.0
147 stars 8 forks source link

Choose a new logging backend #453

Open kpreid opened 5 months ago

kpreid commented 5 months ago

simplelog is not getting prompt releases (such as to fix the problem mentioned in f7727174df6a87ff07643f07e8a63c179d226b6b), and is also not ideal for some of our purposes (for example, the output of the log filter cannot be read and sent to a destination other than the log printing).

Find or write a new logging utility that does all the things we care about.