phuslu / log

Fastest structured logging
MIT License
672 stars 44 forks source link

make entry nil safe #59

Closed kmrgirish closed 1 year ago

kmrgirish commented 1 year ago

*entry.Value() panics if entry is nil.

log.DefaultLogger.Trace().Value() // panics, ideally shouldn't
phuslu commented 1 year ago

thanks!

kmrgirish commented 1 year ago

@phuslu possible to make a minor release?

phuslu commented 1 year ago

v1.0.85 was tagged, thanks again.