ziflex / lecho

Zerolog wrapper for Echo framework 🍅
MIT License
99 stars 11 forks source link

Support for providing a zerolog logger to use #4

Closed sazzer closed 4 years ago

sazzer commented 4 years ago

Currently this always calls zerolog.New(out) to create a logger to use. It would be useful to be able to provide an instance to use instead, since this can then inherit configuration that is setup elsewhere - such as the output format.