nanolog icon indicating copy to clipboard operation
nanolog copied to clipboard

Nanosecond scale logger inspired by https://github.com/PlatformLab/NanoLog

Results 3 nanolog issues
Sort by recently updated
recently updated
newest added

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...