name.heikoseeberger

scalalogging

package scalalogging

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 name.heikoseeberger.scalalogging.Logger to the class into which this trait is mixed.

  3. trait StrictLogging extends AnyRef

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

Value Members

  1. object Logger

No Group