Package

com.typesafe

scalalogging

Permalink

package scalalogging

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scalalogging
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait CanLog[A] extends AnyRef

    Permalink
  2. type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]

    Permalink
  3. type Iterable[+A] = scala.collection.immutable.Iterable[A]

    Permalink
  4. trait LazyLogging extends AnyRef

    Permalink

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

  5. final class Logger extends LoggerImpl with Serializable

    Permalink

    Implementation of a fast logger based on macros and an underlying org.slf4j.Logger.

    Implementation of a fast logger based on macros and an underlying org.slf4j.Logger.

    Annotations
    @SerialVersionUID()
  6. class LoggerImpl extends AnyRef

    Permalink
  7. class LoggerTakingImplicit[A] extends LoggerTakingImplicitImpl[A] with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. class LoggerTakingImplicitImpl[A] extends AnyRef

    Permalink
  9. type Seq[+A] = scala.collection.immutable.Seq[A]

    Permalink
  10. trait StrictLogging extends AnyRef

    Permalink

    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 extends Serializable

    Permalink

    Companion for Logger, providing a factory for Loggers.

Inherited from AnyRef

Inherited from Any

Ungrouped