This has been in my personal to-do list for a long time..
Raylib likes to produce its own logs directly to stdout. It would be great if they were instead re-directed through log, so the user could decide how/if to handle them.
I wrote a prototype of this for raylib-rs in deltaphc/raylib-rs#98, but it was never merged due to how sketchy hooking a logger into raylib is from Rust.
Worth another shot though.
This has been in my personal to-do list for a long time..
Raylib likes to produce its own logs directly to stdout. It would be great if they were instead re-directed through
log, so the user could decide how/if to handle them.I wrote a prototype of this for
raylib-rsin deltaphc/raylib-rs#98, but it was never merged due to how sketchy hooking a logger into raylib is from Rust.Worth another shot though.