mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
fix k0kubun/pp repo url (#4587)
This commit is contained in:
parent
45f9770e9e
commit
3521cf4383
@ -1462,7 +1462,7 @@ _Libraries for generating and working with log files._
|
||||
- [onelog](https://github.com/francoispqt/onelog) - Onelog is a dead simple but very efficient JSON logger. It is the fastest JSON logger out there in all scenarios. Also, it is one of the logger with the lowest allocation.
|
||||
- [ozzo-log](https://github.com/go-ozzo/ozzo-log) - High performance logging supporting log severity, categorization, and filtering. Can send filtered log messages to various targets (e.g. console, network, mail).
|
||||
- [phuslu/log](https://github.com/phuslu/log) - High performance structured logging.
|
||||
- [pp](https://https://github.com/k0kubun/pp) - Colored pretty printer for Go language.
|
||||
- [pp](https://github.com/k0kubun/pp) - Colored pretty printer for Go language.
|
||||
- [rollingwriter](https://github.com/arthurkiller/rollingWriter) - RollingWriter is an auto-rotate `io.Writer` implementation with multi policies to provide log file rotation.
|
||||
- [seelog](https://github.com/cihub/seelog) - Logging functionality with flexible dispatching, filtering, and formatting.
|
||||
- [slf4g](https://github.com/echocat/slf4g) - Simple Logging Facade for Golang: Simple structured logging; but powerful, extendable and customizable, with huge amount of learnings from decades of past logging frameworks.
|
||||
|
Loading…
Reference in New Issue
Block a user