Packages

case class Logger(parentId: Option[LoggerId] = Some(Logger.RootId), modifiers: List[LogModifier] = Nil, handlers: List[LogHandler] = Nil, overrideClassName: Option[String] = None, data: Map[String, () => Any] = Map.empty, id: LoggerId = LoggerId()) extends LoggerSupport[Unit] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, LoggerSupport[Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Logger
  2. Serializable
  3. Product
  4. Equals
  5. LoggerSupport
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Logger(parentId: Option[LoggerId] = Some(Logger.RootId), modifiers: List[LogModifier] = Nil, handlers: List[LogHandler] = Nil, overrideClassName: Option[String] = None, data: Map[String, () => Any] = Map.empty, id: LoggerId = LoggerId())

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. def apply[Return](keyValues: (String, Any)*)(f: => Return): Return

    Contextualize key/value pairs set on MDC.

    Contextualize key/value pairs set on MDC. This will be made avoid on each log record within

    keyValues

    tuples of key/value pairs to set on MDC

    f

    the context for which these MDC values are set

    Definition Classes
    LoggerSupport
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearHandlers(): Logger
  7. def clearModifiers(): Logger
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val data: Map[String, () => Any]
  10. def debug[M](message: => M, additionalMessages: LoggableMessage*)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  11. def debug()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  12. def elapsed[Return](f: => Return): Return

    Includes MDC elapsed to show elapsed time within the block

    Includes MDC elapsed to show elapsed time within the block

    f

    the code block to time

    Definition Classes
    LoggerSupport
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def error[M](message: => M, additionalMessages: LoggableMessage*)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  15. def error()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def get(key: String): Option[Any]
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val handlers: List[LogHandler]
  20. val id: LoggerId
  21. def includes(level: Level): Boolean
  22. def info[M](message: => M, additionalMessages: LoggableMessage*)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  23. def info()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  24. lazy val isEmpty: Boolean
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    LoggerLoggerSupport
  27. def log[M](level: Level, message: => M, additionalMessages: List[LoggableMessage])(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerLoggerSupport
  28. def logDirect[M](level: Level, message: => M, additionalMessages: List[LoggableMessage] = Nil, fileName: String = "", className: String = "", methodName: Option[String] = None, line: Option[Int] = None, column: Option[Int] = None, thread: Thread = Thread.currentThread(), timeStamp: Long = Time())(implicit loggable: Loggable[M]): Unit
  29. def logInternal[M](record: LogRecord[M]): Unit
    Attributes
    protected
  30. def modifierById[M <: LogModifier](id: String, recursive: Boolean): Option[M]
  31. val modifiers: List[LogModifier]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def orphan(): Logger
  36. val overrideClassName: Option[String]
  37. val parentId: Option[LoggerId]
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def replace(name: Option[String] = None): Logger
  40. def reset(): Logger
  41. def set(key: String, value: => Any): Logger
  42. def setModifiers(modifiers: List[LogModifier]): Logger
  43. def shouldLog[M](record: LogRecord[M]): Boolean
    Attributes
    protected
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def trace[M](message: => M, additionalMessages: LoggableMessage*)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  46. def trace()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. def warn[M](message: => M, additionalMessages: LoggableMessage*)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  51. def warn()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  52. def withBoost(booster: (Double) => Double, priority: Priority = Priority.Normal): Logger
  53. def withBoostOneLevel(): Logger
  54. def withBoosted(minimumLevel: Level, destinationLevel: Level): Logger
  55. def withClassNameOverride(className: String): Logger
  56. def withHandler(formatter: Formatter = Formatter.default, writer: Writer = ConsoleWriter, minimumLevel: Option[Level] = None, modifiers: List[LogModifier] = Nil, outputFormat: OutputFormat = OutputFormat.default, handle: LogHandle = SynchronousLogHandle): Logger
  57. def withHandler(handler: LogHandler): Logger
  58. def withMinimumLevel(level: Level): Logger
  59. final def withModifier(modifier: LogModifier): Logger
  60. def withParent(id: LoggerId): Logger
  61. def withParent(logger: Logger): Logger
  62. def withParent(name: String): Logger
  63. def withoutHandler(handler: LogHandler): Logger
  64. final def withoutModifier(modifier: LogModifier): Logger

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LoggerSupport[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped