com.typesafe.scalalogging

slf4j

package slf4j

Visibility
  1. Public
  2. All

Type Members

  1. final class Logger extends AnyRef

    Convenient and performant wrapper around the given underlying org.slf4j.Logger.

  2. trait Logging extends AnyRef

    Adds the lazy val logger of type com.typesafe.scalalogging.slf4j.Logger to the class into which this trait is mixed.

  3. trait StrictLogging extends AnyRef

    Adds the not-lazy val logger of type com.typesafe.scalalogging.slf4j.Logger to the class into which this trait is mixed.

Value Members

  1. object Logger

  2. object LoggerMacros

Ungrouped