org.scalawag.timber

impl

package impl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. impl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class ImmutableFilter(condition: Condition, outs: Set[ImmutableVertex], name: Option[String] = scala.None) extends ImmutableVertex with Product with Serializable

  2. case class ImmutableReceiver(receiver: EntryReceiver, name: Option[String] = scala.None) extends ImmutableVertex with Product with Serializable

  3. case class ImmutableValve(open: Boolean, outs: Set[ImmutableVertex], name: Option[String] = scala.None) extends ImmutableVertex with Product with Serializable

  4. sealed trait ImmutableVertex extends AnyRef

  5. class InternalLogger extends Logger with Debug with Warn with Error

    The type of Logger that timber uses internally.

  6. trait InternalLogging extends Logging[InternalLogger]

    This is the trait that internal classes mix in to get internal logging goodness.

  7. trait Location extends Logger

  8. trait Locationable extends Logger

  9. class Memoizer[T, R] extends (T) ⇒ R

  10. class NamedThreadFactory extends ThreadFactory

  11. case class PartialEntry(message: Option[Message] = scala.None, logger: Option[String] = scala.None, level: Option[Level] = scala.None, timestamp: Option[Long] = scala.None, thread: Option[Thread] = scala.None, tags: Option[Set[Tag]] = scala.None, context: Option[Map[String, List[String]]] = scala.None) extends Product with Serializable

Value Members

  1. lazy val DefaultConfiguration: Configuration

  2. object ImmutableVertex

  3. object InternalLoggerManager extends EntryDispatcher with LoggerFactory[InternalLogger]

    The factory used by timber internally.

  4. object Location

  5. object Locationable

  6. object Memoizer

  7. object PartialEntry extends Serializable

  8. package dispatcher

  9. package factory

  10. package formatter

  11. package receiver

Inherited from AnyRef

Inherited from Any

Ungrouped