Cdr Slog Versions Save

Minimal structured logging library for Go

v0.5.0

4 years ago
  • Improve API to allow for sink logger composition #66
  • Change SinkEntry's LoggerNames field to []string to preserve structure #65

v0.4.0

4 years ago
  • Add slog.Helper() (#42)
  • Refactor, simplify and add 97% test coverage (#51, #59)
    • Removed reflection encoder in favour of a simpler json.Marshal based implementation
  • Much improved docs and examples (#53, #56, #62, #63)

v0.3.0

4 years ago
  • Cleaned up the reflection encoder #32
  • Add Stackdriver sink #35

v0.2.0

4 years ago
  • Back to pure reflection encoder #27

v0.1.0

4 years ago
  • Nearly feature complete
  • Somewhat stable API

v0.0.1

4 years ago
  • Works but WIP, use at your own risk.