grizzled
Scala front-end to a SLF4J logger.
Mix the Logging trait into a class to get:
Logging
- Logging methods - A Logger object, accessible via the log property
Logger
log
Does not affect the public API of the class mixing it in.
A factory for retrieving an SLF4JLogger.
Mix the
Loggingtrait into a class to get:- Logging methods - A
Loggerobject, accessible via thelogpropertyDoes not affect the public API of the class mixing it in.