Open shappley opened 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.
util.Logger
slf4j.Logger
All committers have signed the CLA.
Based on the link to the scala-logging project, isn't that the same as here?
Updates
util.Logger
to expose the underlyingslf4j.Logger
instance. This is beneficial for those with projects with several SLF4J Loggers, and follows the pattern in the scala-logging project.