loguru
loguru copied to clipboard
Missing signal handling and stack traces on Windows
There's a TODO comment for it in the code. It looks relatively simple to use the ANSI C signal handling facility, but I don't know if there's a better way for Windows. Still, I would think ANSI C signal handling is better than nothing?
As for stack traces, I think that's less important but would be nice to have.