rockorager/libvaxis

Logs messing up with text_input example

glyh opened this issue · 3 comments

glyh commented
zig build -Dexample=text_input example

I got this:

image

Is this intended?

glyh commented

There's many other examples still broken, so I guess this is pretty much a WIP?

This is intentional. The logs are written to stderr, so it's best to redirect stderr to a file or /dev/null.

I often forget to modify examples if I make breaking changes :)...overall libvaxis is quite stable now.

When you build in ReleaseSafe or ReleaseFast these logs won't be present, FWIW.