#1 Zerolog
Package zerolog provides a lightweight logging library dedicated to JSON logging.
Package logger defines the structured logging interface and a global default logger that components use when no explicit logger is configured.
Health score 74/100, confidence 75/100.
| Latest version | v0.4.1 |
| Imported by | 615 packages |
| Stars | 0 |
| Forks | 0 |
| Last activity | 9 days ago |
| Latest release | Unknown |
| License | Unknown |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| LogFormat | Type | type LogFormat string |
| JSONFormat | Constant | const JSONFormat |
| TextFormat | Constant | const TextFormat |
| LogLevel | Type | type LogLevel string |
| DebugLevel | Constant | const DebugLevel |
| ErrorLevel | Constant | const ErrorLevel |
| FatalLevel | Constant | const FatalLevel |
| InfoLevel | Constant | const InfoLevel |
| TraceLevel | Constant | const TraceLevel |
| WarnLevel | Constant | const WarnLevel |
| Logger | Type | type Logger interface{ ... } |
| Default | Function | func Default() Logger |
Package zerolog provides a lightweight logging library dedicated to JSON logging.
Package zap provides fast, structured, leveled logging.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Fastest structured logging
Package log implements a simple structured logging API designed with few assumptions.