Add aerogo/log (#2520)

This commit is contained in:
Eduard Urbach 2019-05-20 21:38:04 +09:00 committed by Cássio Botaro
parent 1bd1ecd60b
commit 565072ad50

View File

@ -890,6 +890,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gomol](https://github.com/aphistic/gomol) - Multiple-output, structured logging for Go with extensible logging outputs.
* [gone/log](https://github.com/One-com/gone/tree/master/log) - Fast, extendable, full-featured, std-lib source compatible log library.
* [journald](https://github.com/ssgreg/journald) - Go implementation of systemd Journal's native API for logging.
* [log](https://github.com/aerogo/log) - An O(1) logging system that allows you to connect one log to multiple writers (e.g. stdout, a file and a TCP connection).
* [log](https://github.com/apex/log) - Structured logging package for Go.
* [log](https://github.com/go-playground/log) - Simple, configurable and scalable Structured Logging for Go.
* [log](https://github.com/teris-io/log) - Structured log interface for Go cleanly separates logging facade from its implementation.