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(parentName: Option[String] = Some(Logger.rootName), 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. 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 Macros

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

    Permalink
  7. object Priority

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

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

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

    Permalink
    Attributes
    protected
  11. def dispose(): Unit

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

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

    Permalink
    Definition Classes
    LoggerSupport
  14. package format

    Permalink
  15. package handler

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

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

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

    Permalink
    Definition Classes
    LoggerSupport
  19. package modify

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

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

    Permalink
    Definition Classes
    LoggerSupport
  22. package util

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

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

    Permalink
    Definition Classes
    LoggerSupport
  25. package writer

    Permalink

Inherited from LoggerSupport

Inherited from AnyRef

Inherited from Any

Ungrouped