au.com.dius.pact.com.typesafe

scalalogging

package scalalogging

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractLogging extends AnyRef

    Requires the member logger of type au.com.dius.pact.com.typesafe.scalalogging.Logger to be defined in the class into which this trait is mixed.

  2. final class Logger extends AnyRef

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

  3. trait Logging extends AbstractLogging

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

  4. trait StrictLogging extends AbstractLogging

    Adds the non-lazy val logger of type au.com.dius.pact.com.typesafe.scalalogging.Logger to the class into which this trait is mixed.

Value Members

  1. object Logger

Ungrouped