Packages

p

com.typesafe

scalalogging

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
  2. type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]
  3. type Iterable[+A] = scala.collection.immutable.Iterable[A]
  4. trait LazyLogging extends AnyRef

    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 Serializable

    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. final class LoggerTakingImplicit[A] extends Serializable
    Annotations
    @SerialVersionUID()
  7. type Seq[+A] = scala.collection.immutable.Seq[A]
  8. trait StrictLogging extends AnyRef

    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

    Companion for Logger, providing a factory for Loggers.

Inherited from AnyRef

Inherited from Any

Ungrouped