You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Would love to use nexlog in my Zig projects, but unfortunately it looks like the metadata and the enableFileLogging logic doesn't work. Here is the code I'm executing (from your example in the README):
$ zig build run
[1742136349] [INFO] Hello world
$ cat app.log
$ zig version
0.14.0
error: Zig was built/linked incorrectly: LLVM and Clang have separate copies of libc++
If you are dynamically linking LLVM, make sure you dynamically link libc++ too
The text was updated successfully, but these errors were encountered:
Hey @CuckooEXE, thank you very much for your interests. I kind of left this project alone, but I will get back to it. I will have a look into it.
I would suggest to look into the examples folder.
Checkout the latest develop branch to use the new. The problem was that I didn't correctly implemented the formatting module and with that, the metadata did not work. I tested you're example and it worked for me.
if you have more problems, feature suggestions and ideas just create an issue.
Hi! Would love to use
nexlog
in my Zig projects, but unfortunately it looks like themetadata
and theenableFileLogging
logic doesn't work. Here is the code I'm executing (from your example in the README):Output:
The text was updated successfully, but these errors were encountered: