mirror of
https://github.com/avelino/awesome-go.git
synced 2024-12-12 17:13:58 +00:00
add xlog library. (#1250)
This commit is contained in:
parent
1fe58347ce
commit
7ca60a8d64
@ -567,6 +567,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
|||||||
* [slog](https://github.com/ventu-io/slog) - The reference implementation of the Structured Logging Facade (SLF) for Go
|
* [slog](https://github.com/ventu-io/slog) - The reference implementation of the Structured Logging Facade (SLF) for Go
|
||||||
* [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs.
|
* [stdlog](https://github.com/alexcesaro/log) - Stdlog is an object-oriented library providing leveled logging. It is very useful for cron jobs.
|
||||||
* [tail](https://github.com/hpcloud/tail) - A Go package striving to emulate the features of the BSD tail program.
|
* [tail](https://github.com/hpcloud/tail) - A Go package striving to emulate the features of the BSD tail program.
|
||||||
|
* [xlog](https://github.com/xfxdev/xlog) - Plugin architecture and flexible log system for Go, with level ctrl, multiple log target and custom log format.
|
||||||
* [xlog](https://github.com/rs/xlog) - A structured logger for `net/context` aware HTTP handlers with flexible dispatching.
|
* [xlog](https://github.com/rs/xlog) - A structured logger for `net/context` aware HTTP handlers with flexible dispatching.
|
||||||
* [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go.
|
* [zap](https://github.com/uber-go/zap) - Fast, structured, leveled logging in Go.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user