Packages

object Logger

Logger is a factory for obtaining SLF4J-Loggers

Source
Slf4jLogger.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): 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

  2. def apply(logger: String): org.slf4j.Logger

    logger

    - which logger

    returns

    a Logger that corresponds for the given logger name

  3. def root: org.slf4j.Logger

    Returns the SLF4J Root Logger