Add Go logger lib with console, file or ES logging.

This commit is contained in:
sadlil 2015-09-08 23:20:20 +06:00
parent 7e05515fc3
commit 7816759541
2 changed files with 1047 additions and 0 deletions

View File

@ -404,6 +404,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
*Libraries for generating and working with log files.* *Libraries for generating and working with log files.*
* [glog](https://github.com/golang/glog) - Leveled execution logs for Go. * [glog](https://github.com/golang/glog) - Leveled execution logs for Go.
* [gologger](https://github.com/sadlil/gologger) - Simple easy to use log lib for go, logs in Colored Cosole, Simple Console, File or Elasticsearch.
* [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers. * [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
* [go-log](https://github.com/ian-kent/go-log) - A log4j implementation in Go. * [go-log](https://github.com/ian-kent/go-log) - A log4j implementation in Go.
* [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers. * [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers.

1046
README.md~ Normal file

File diff suppressed because it is too large Load Diff