util
util copied to clipboard
Expose underlying slf4j Logger
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.
Based on the link to the scala-logging project, isn't that the same as here?