mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add go-logging to Logging section
This commit is contained in:
parent
8560b1c3e0
commit
e8d72b77a9
@ -1507,11 +1507,7 @@ _Libraries for generating and working with log files._
|
|||||||
- [go-cronowriter](https://github.com/utahta/go-cronowriter) - Simple writer that rotate log files automatically based on current date and time, like cronolog.
|
- [go-cronowriter](https://github.com/utahta/go-cronowriter) - Simple writer that rotate log files automatically based on current date and time, like cronolog.
|
||||||
- [go-log](https://github.com/pieterclaerhout/go-log) - A logging library with stack traces, object dumping and optional timestamps.
|
- [go-log](https://github.com/pieterclaerhout/go-log) - A logging library with stack traces, object dumping and optional timestamps.
|
||||||
- [go-log](https://github.com/subchen/go-log) - Simple and configurable Logging in Go, with level, formatters and writers.
|
- [go-log](https://github.com/subchen/go-log) - Simple and configurable Logging in Go, with level, formatters and writers.
|
||||||
- [go-log](https://github.com/siddontang/go-log) - Log lib supports level and multi handlers.
|
- [go-logging](https://github.com/dl1998/go-logging) - Logging library for Golang inspired by the Python logger.
|
||||||
- [go-log](https://github.com/ian-kent/go-log) - Log4j implementation in Go.
|
|
||||||
- [go-logger](https://github.com/apsdehal/go-logger) - Simple logger of Go Programs, with level handlers.
|
|
||||||
- [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.
|
|
||||||
- [httpretty](https://github.com/henvic/httpretty) - Pretty-prints your regular HTTP requests on your terminal for debugging (similar to http.DumpRequest).
|
- [httpretty](https://github.com/henvic/httpretty) - Pretty-prints your regular HTTP requests on your terminal for debugging (similar to http.DumpRequest).
|
||||||
- [journald](https://github.com/ssgreg/journald) - Go implementation of systemd Journal's native API for logging.
|
- [journald](https://github.com/ssgreg/journald) - Go implementation of systemd Journal's native API for logging.
|
||||||
- [kemba](https://github.com/clok/kemba) - A tiny debug logging tool inspired by [debug](https://github.com/visionmedia/debug), great for CLI tools and applications.
|
- [kemba](https://github.com/clok/kemba) - A tiny debug logging tool inspired by [debug](https://github.com/visionmedia/debug), great for CLI tools and applications.
|
||||||
|
Loading…
Reference in New Issue
Block a user