Package

scribe

Permalink

package scribe

Linear Supertypes
LoggerSupport, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scribe
  2. LoggerSupport
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AnyLogging extends AnyRef

    Permalink
  2. class Level extends Ordered[Double]

    Permalink
  3. trait LogRecord[M] extends AnyRef

    Permalink
  4. trait LogSupport[L <: LogSupport[L]] extends AnyRef

    Permalink
  5. trait Loggable[-T] extends AnyRef

    Permalink
  6. case class Logger(parentId: Option[Long] = Some(Logger.rootId), modifiers: List[LogModifier] = Nil, handlers: List[LogHandler] = Nil, overrideClassName: Option[String] = None, id: Long = Random.nextLong()) extends LogSupport[Logger] with LoggerSupport with Product with Serializable

    Permalink
  7. trait LoggerSupport extends AnyRef

    Permalink
  8. trait Logging extends AnyRef

    Permalink

    Logging is a mix-in to conveniently add logging support to any class or object.

  9. class MDC extends AnyRef

    Permalink
  10. final class Priority extends AnyVal with Ordered[Priority]

    Permalink

Abstract Value Members

  1. abstract def log[M](record: LogRecord[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport

Concrete Value Members

  1. object Level

    Permalink
  2. object LogRecord

    Permalink
  3. object Loggable

    Permalink
  4. object Logger extends Serializable

    Permalink
  5. object MDC

    Permalink
  6. object Macros

    Permalink
    Annotations
    @compileTimeOnly( "Enable macros to expand" )
  7. object Platform

    Permalink
  8. object Priority

    Permalink
  9. macro def debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  10. macro def debug[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  11. var disposables: Set[() ⇒ Unit]

    Permalink
    Attributes
    protected
  12. def dispose(): Unit

    Permalink
  13. macro def error[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  14. macro def error[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  15. package format

    Permalink
  16. package handler

    Permalink
  17. macro def info[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  18. macro def info[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  19. macro def log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit loggable: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  20. package modify

    Permalink
  21. macro def trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  22. macro def trace[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  23. package util

    Permalink
  24. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  25. macro def warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit

    Permalink
    Definition Classes
    LoggerSupport
  26. package writer

    Permalink

Inherited from LoggerSupport

Inherited from AnyRef

Inherited from Any

Ungrouped