package slf4j
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Logger
extends AnyRef
Scala front-end to a SLF4J logger.
-
trait
Logging
extends AnyRef
Mix the
Logging
trait into a class to get:Mix the
Logging
trait into a class to get:- Logging methods - A
Logger
object, accessible via thelog
propertyDoes not affect the public API of the class mixing it in.