twitter / util

Wonderful reusable code from Twitter
https://twitter.github.io/util
Apache License 2.0
2.69k stars 583 forks source link

Expose underlying slf4j Logger #312

Open shappley opened 1 year ago

shappley commented 1 year ago

Updates util.Logger to expose the underlying slf4j.Logger instance. This is beneficial for those with projects with several SLF4J Loggers, and follows the pattern in the scala-logging project.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

cacoco commented 1 year ago

Based on the link to the scala-logging project, isn't that the same as here?