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

  4. final class Logger extends Serializable

    Implementation for a performant logger based on macros and an underlying org.slf4j.Logger.

    Implementation for a performant logger based on macros and an underlying org.slf4j.Logger.

    Annotations
    @SerialVersionUID()
  5. type Seq[+A] = scala.collection.immutable.Seq[A]
  6. 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.

  7. type Traversable[+A] = scala.collection.immutable.Traversable[A]

Value Members

  1. object Logger extends Serializable

    Companion for Logger, providing a factory for Loggers.

Inherited from AnyRef

Inherited from Any

Ungrouped