Packages

object Logger

Logger is a factory for obtaining JUL Loggers

Annotations
@deprecated
Deprecated

(Since version 2.6.0) Use SLF4J or direct java.util.logging instead.

Source
JavaLogger.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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

  2. def apply(logger: String): java.util.logging.Logger

    logger

    - which logger

    returns

    a Logger that corresponds for the given logger name

  3. def mapLevel(level: LogLevel): Level
  4. def root: java.util.logging.Logger

    Returns the JUL Root Logger