nanolog
nanolog copied to clipboard
Nanosecond scale logger inspired by https://github.com/PlatformLab/NanoLog
Let's assume that a call to log looks like nanolog.Printf(string, ....) I assume (am I wrong?) that golang compiler allocates and inits all strings like C/C++ does. In the implementation...
I need some help pls. I'm streaming data and logging it with nanolog. A bug in my code terminated the code execution, which I then restarted and naturally kept logging/append...
It's really awesome logger, the fastest I've tested for my usecase. However, I'd like to write to multiple files, but I am not sure if that's even possible. Something like...