No description
Find a file
Snider 54a36a779b feat: standalone structured logging and error handling
Zero-dependency logging + error types extracted from core/go.
- E(), Wrap(), WrapCode() structured errors with Op/Msg/Code
- Structured logger with levels, security logging, key-value pairs
- RotationWriterFactory hook for io.Medium integration
- StackTrace(), Root(), FormatStackTrace() error introspection

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 09:30:57 +00:00
errors.go feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
errors_test.go feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
go.mod feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
go.sum feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
log.go feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00
log_test.go feat: standalone structured logging and error handling 2026-03-06 09:30:57 +00:00