#1 slog-multi
🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...
Structured logging package for Go.
Health score 73/100, confidence 65/100.
| Latest version | Unknown |
| Imported by | 4.7K packages |
| Stars | 1.4K |
| Forks | 112 |
| Last activity | 2 years ago |
| Latest release | Unknown |
| License | MIT |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| Entry | Type | type Entry struct{ ... } |
| Entry.Debug | Method | func (e *Entry) Debug(msg string) |
| Entry.Debugf | Method | func (e *Entry) Debugf(msg string, v ...interface{}) |
| Entry.Error | Method | func (e *Entry) Error(msg string) |
| Entry.Errorf | Method | func (e *Entry) Errorf(msg string, v ...interface{}) |
| Entry.Fatal | Method | func (e *Entry) Fatal(msg string) |
| Entry.Fatalf | Method | func (e *Entry) Fatalf(msg string, v ...interface{}) |
| Entry.Fields | Field | Fields Fields |
| Entry.Info | Method | func (e *Entry) Info(msg string) |
| Entry.Infof | Method | func (e *Entry) Infof(msg string, v ...interface{}) |
| Entry.Level | Field | Level Level |
| Entry.Logger | Field | Logger *Logger |
🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...
Package zerolog provides a lightweight logging library dedicated to JSON logging.
Package zap provides fast, structured, leveled logging.
Package logger defines the structured logging interface and a global default logger that components use when no explicit logger is configured.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Fastest structured logging
🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing...
Package zerolog provides a lightweight logging library dedicated to JSON logging.
Package zap provides fast, structured, leveled logging.
Package logger defines the structured logging interface and a global default logger that components use when no explicit logger is configured.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.