rs / zerolog

Zero Allocation JSON Logger
MIT License
10.4k stars 567 forks source link

Make LevelWriterAdapter public #572

Closed mitar closed 1 year ago

mitar commented 1 year ago

I noticed that I have a copy of this adapter in my own code so maybe it should just be made public. I am using this in combination with FilteredWriter, which logs only at configured level or above.