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): java.util.logging.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): java.util.logging.Logger
- logger
- which logger
- returns
a Logger that corresponds for the given logger name
- def mapLevel(level: LogLevel): Level
- def root: java.util.logging.Logger
Returns the JUL Root Logger
Logger is a factory for obtaining JUL Loggers
(Since version 2.6.0) Use SLF4J or direct java.util.logging instead.