parent
3a0ff9c5bd
commit
739d6ad227
6 changed files with 1140 additions and 1074 deletions
@ -1 +0,0 @@ |
|||||||
# Logrus |
|
@ -0,0 +1,8 @@ |
|||||||
|
# Zerolog |
||||||
|
|
||||||
|
The zerolog package provides a fast and simple logger dedicated to JSON output. |
||||||
|
|
||||||
|
Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/rs/zerolog'>GitHub Repository</BadgeLink> |
@ -1 +1,6 @@ |
|||||||
# Zap |
# Zap |
||||||
|
|
||||||
|
Blazing fast, structured, leveled logging in Go. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/uber-go/zap'>GitHub Repository</BadgeLink> |
||||||
|
@ -0,0 +1,6 @@ |
|||||||
|
# Apex |
||||||
|
|
||||||
|
Structured logging package for Go. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='blue' badgeText='GitHub Repository' href='https://github.com/apex/log'>GitHub Repository</BadgeLink> |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue