# README
slogr
Usage
go get -u github.com/go-jarvis/slogr
example
- go to slog_test.go
- go to example/main.go
1. Define
- Format:
json
andtext
- Level:
debug, info, warn, error
2. Context Inejct
WithContext
: inject slogr into contextFromContext
: extract slogr from context