softprops / json-env-logger

A structured JSON logger for Rust.
MIT License
30 stars 13 forks source link

Exposes write_as_json for use with env_logger #4

Closed choubacha closed 1 year ago

choubacha commented 4 years ago

It's nice that the current builder hides this function, however, when using the more advanced options with env_logger it would be more useful to expose the format function itself.