Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalawag
    Definition Classes
    org
  • package timber
    Definition Classes
    scalawag
  • package backend
    Definition Classes
    timber
  • package receiver

    Contains all of the built-in support for receivers, which are the leaves of dispatcher routing graphs.

    Contains all of the built-in support for receivers, which are the leaves of dispatcher routing graphs. Receivers do something with entries. Exactly what they do depends on the implementation.

    Definition Classes
    backend
  • package formatter

    Contains functionality for turning log entries into text.

    Contains functionality for turning log entries into text.

    Definition Classes
    receiver
  • package level

    Contains functionality for turning log Levels into text.

    Contains functionality for turning log Levels into text.

    Definition Classes
    formatter
  • NameLevelFormatter
  • NumberLevelFormatter
  • TranslatingLevelFormatter
  • package timestamp

    Contains functionality for turning Entry timestamps (which are Longs representing the number of milliseconds since the Unix epoch) into text.

    Contains functionality for turning Entry timestamps (which are Longs representing the number of milliseconds since the Unix epoch) into text.

    Definition Classes
    formatter

package level

Contains functionality for turning log Levels into text.

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

Type Members

  1. class TranslatingLevelFormatter extends Formatter[Level]

    Translates integer levels into the specified strings regardless of the names embedded in the Levels.

    Translates integer levels into the specified strings regardless of the names embedded in the Levels. If a level is lower than the lowest specified thresholdLevel, the lowest name specified will be used.

Value Members

  1. object NameLevelFormatter extends Formatter[Level]

    Uses the name stored with the level (if available) or else uses the integer value.

  2. object NumberLevelFormatter extends Formatter[Level]

    Uses the integer value the level corresponds to in all cases.

Inherited from AnyRef

Inherited from Any

Ungrouped