Packages

p

scribe

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
  2. class Level extends Ordered[Double]
  3. trait LogRecord[M] extends AnyRef
  4. trait LogSupport[L <: LogSupport[L]] extends AnyRef
  5. 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
  6. trait LoggerSupport extends AnyRef
  7. trait Logging extends AnyRef

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

  8. final class Priority extends AnyVal with Ordered[Priority]

Abstract Value Members

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

Concrete Value Members

  1. macro def debug[M](message: M, t: Throwable)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  2. macro def debug[M](message: M)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  3. var disposables: Set[() ⇒ Unit]
    Attributes
    protected
  4. def dispose(): Unit
  5. macro def error[M](message: M, t: Throwable)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  6. macro def error[M](message: M)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  7. macro def info[M](message: M, t: Throwable)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  8. macro def info[M](message: M)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  9. macro def log[M](level: Level, message: M, throwable: Option[Throwable])(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  10. macro def trace[M](message: M, t: Throwable)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  11. macro def trace[M](message: M)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  12. macro def warn[M](message: M, t: Throwable)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  13. macro def warn[M](message: M)(implicit stringify: (M) ⇒ String): Unit
    Definition Classes
    LoggerSupport
  14. object Level
  15. object LogRecord
  16. object Logger extends Serializable
  17. object Platform
  18. object Priority

Inherited from LoggerSupport

Inherited from AnyRef

Inherited from Any

Ungrouped