org.scalawag.timber.impl

InternalLoggerManager

Related Doc: package impl

object InternalLoggerManager extends EntryDispatcher with LoggerFactory[InternalLogger]

The factory used by timber internally. It's important that this not try to use any logging itself.

Linear Supertypes
LoggerFactory[InternalLogger], EntryDispatcher, Configurable, InternalLogging, Logging[InternalLogger], EntryDispatcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InternalLoggerManager
  2. LoggerFactory
  3. EntryDispatcher
  4. Configurable
  5. InternalLogging
  6. Logging
  7. EntryDispatcher
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configuration: Configuration

    Definition Classes
    Configurable
  7. def configuration_=(configuration: Configuration): Unit

    Definition Classes
    Configurable
  8. def configure(fn: (NameableValve) ⇒ Unit): Unit

    Definition Classes
    Configurable
  9. def dispatch(entry: Entry): Unit

    Definition Classes
    InternalLoggerManager → EntryDispatcher
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getLogger(name: String): InternalLogger

    Definition Classes
    InternalLoggerManager → LoggerFactory
  15. final def getLogger[C](implicit arg0: Manifest[C]): InternalLogger

    Definition Classes
    LoggerFactory
  16. final def getLogger(c: Class[_]): InternalLogger

    Definition Classes
    LoggerFactory
  17. def getReceivers(entry: Entry): Set[EntryReceiver]

    Attributes
    protected
    Definition Classes
    EntryDispatcher
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. lazy val log: InternalLogger

    Attributes
    protected[this]
    Definition Classes
    Logging
    Annotations
    @transient()
  21. val loggerFactory: InternalLoggerManager.type

    Attributes
    protected
    Definition Classes
    InternalLogging → Logging
  22. implicit val messageGatherer: ((PrintWriter) ⇒ Unit) ⇒ Message

    Attributes
    protected[this]
    Definition Classes
    Logging
    Annotations
    @transient()
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def onConfigurationChange(): Unit

    Attributes
    protected
    Definition Classes
    Configurable
  27. implicit val stringFnToMessage: (⇒ String) ⇒ Message

    Attributes
    protected[this]
    Definition Classes
    Logging
    Annotations
    @transient()
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. implicit val throwableToMessage: (Throwable) ⇒ Message

    Attributes
    protected[this]
    Definition Classes
    Logging
    Annotations
    @transient()
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LoggerFactory[InternalLogger]

Inherited from EntryDispatcher

Inherited from Configurable

Inherited from InternalLogging

Inherited from Logging[InternalLogger]

Inherited from EntryDispatcher

Inherited from AnyRef

Inherited from Any

Ungrouped