com.typesafe.scalalogging

slf4j

package slf4j

Visibility
  1. Public
  2. All

Type Members

  1. trait LazyLogging extends Logging

    Defines logger as a lazy value initialized with an underlying org.slf4j.Logger named like the class into which this trait is mixed.

  2. final class Logger extends BaseLogger

    Implementation for a performant logger based on macros and an underlying org.slf4j.Logger.

  3. trait StrictLogging extends Logging

    Defines logger as a value initialized with an underlying org.slf4j.Logger named according to the class into which this trait is mixed.

Value Members

  1. object Logger

    Companion for Logger.

Ungrouped