Packages

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

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

Instance Constructors

  1. new Logger(parentId: Option[LoggerId] = Some(Logger.RootId), modifiers: List[LogModifier] = Nil, handlers: List[LogHandler] = Nil, overrideClassName: Option[String] = None, 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( ... ) @native()
  9. def debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  10. def debug[M](message: ⇒ M)(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, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  15. def error[M](message: ⇒ M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  16. def error()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    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, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  23. def info[M](message: ⇒ M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  24. def info()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  25. lazy val isEmpty: Boolean
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    LoggerLoggerSupport
  28. def log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  29. def logDirect[M](level: Level, message: ⇒ M, throwable: Option[Throwable] = None, 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
  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 replace(name: Option[String] = None): Logger
  39. def reset(): Logger
  40. def setModifiers(modifiers: List[LogModifier]): Logger
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  43. def trace[M](message: ⇒ M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  44. def trace()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  49. def warn[M](message: ⇒ M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  50. def warn()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  51. def withBoost(booster: (Double) ⇒ Double, priority: Priority = Priority.Normal): Logger
  52. def withBoostOneLevel(): Logger
  53. def withBoosted(minimumLevel: Level, destinationLevel: Level): Logger
  54. def withClassNameOverride(className: String): Logger
  55. def withHandler(formatter: Formatter = Formatter.enhanced, writer: Writer = ConsoleWriter, minimumLevel: Option[Level] = None, modifiers: List[LogModifier] = Nil): Logger
  56. def withHandler(handler: LogHandler): Logger
  57. def withMinimumLevel(level: Level): Logger
  58. final def withModifier(modifier: LogModifier): Logger
  59. def withParent(id: LoggerId): Logger
  60. def withParent(logger: Logger): Logger
  61. def withParent(name: String): Logger
  62. def withoutHandler(handler: LogHandler): Logger
  63. final def withoutModifier(modifier: LogModifier): Logger

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LoggerSupport

Inherited from AnyRef

Inherited from Any

Ungrouped