Closed ruurdadema closed 5 years ago
When using oguru in a gui app on windows there is no logging output as the stderr stream is not directed to the output window. In this case we have to use OutputDebugString to get the logging directed to the output window.
Ever thought of implementing this in loguru?
Just use a callback for it! It is in the docs: https://emilk.github.io/loguru/index.html#callbacks/loggingcallbacks
When using oguru in a gui app on windows there is no logging output as the stderr stream is not directed to the output window. In this case we have to use OutputDebugString to get the logging directed to the output window.
Ever thought of implementing this in loguru?