This logger https://github.com/ScottMansfield/nanolog is roughly 2x faster 
than ZAP and will work on all Go platforms.

I want my logs to be collected and stored. I do not want to think where and 
when I can or can not log.  300ns and up (and not deterministic in my 
tests) blocking call is something I would like to avoid. I can run a 
separate log in every thread and reorder, merge the logs offline. When I 
need to actually read the log I can spend quite lot of time to decode the 
data.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to