object Logger
Ordering
- Alphabetic
- By Inheritance
Inherited
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(logClass: Class[_], logSource: String): org.slf4j.Logger
- logClass
- the class to log for
- logSource
- the textual representation of the source of this log stream
- returns
a Logger for the specified parameters
- def apply(logger: String): org.slf4j.Logger
- logger
- which logger
- returns
a Logger that corresponds for the given logger name
- def root: org.slf4j.Logger
Returns the SLF4J Root Logger
Logger is a factory for obtaining SLF4J-Loggers