Class/Object

scribe

Logger

Related Docs: object Logger | package scribe

Permalink

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 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[Long] = Some(Logger.rootId), modifiers: List[LogModifier] = Nil, handlers: List[LogHandler] = Nil, overrideClassName: Option[String] = None, id: Long = Random.nextLong())

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearHandlers(): Logger

    Permalink
  6. def clearModifiers(): Logger

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. macro def debug(): Unit

    Permalink
    Definition Classes
    LoggerSupport
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  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. macro def error(): Unit

    Permalink
    Definition Classes
    LoggerSupport
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. val handlers: List[LogHandler]

    Permalink
  18. val id: Long

    Permalink
  19. def includes(level: Level): Boolean

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

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

    Permalink
    Definition Classes
    LoggerSupport
  22. macro def info(): Unit

    Permalink
    Definition Classes
    LoggerSupport
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def log[M](record: LogRecord[M]): Unit

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

    Permalink
    Definition Classes
    LoggerSupport
  26. def logDirect[M](owner: Logger, 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

    Permalink
  27. val modifiers: List[LogModifier]

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def orphan(): Logger

    Permalink
  32. val overrideClassName: Option[String]

    Permalink
  33. val parentId: Option[Long]

    Permalink
  34. def replace(name: Option[String] = None): Logger

    Permalink
  35. def reset(): Logger

    Permalink
  36. def setModifiers(modifiers: List[LogModifier]): Logger

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    LoggerSupport
  40. macro def trace(): Unit

    Permalink
    Definition Classes
    LoggerSupport
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit

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

    Permalink
    Definition Classes
    LoggerSupport
  46. macro def warn(): Unit

    Permalink
    Definition Classes
    LoggerSupport
  47. def withClassNameOverride(className: String): Logger

    Permalink
  48. def withHandler(formatter: Formatter = Formatter.default, writer: Writer = ConsoleWriter, minimumLevel: Option[Level] = None, modifiers: List[LogModifier] = Nil): Logger

    Permalink
  49. def withHandler(handler: LogHandler): Logger

    Permalink
  50. def withMinimumLevel(level: Level): Logger

    Permalink
  51. final def withModifier(modifier: LogModifier): Logger

    Permalink
  52. def withParent(id: Long): Logger

    Permalink
  53. def withParent(logger: Logger): Logger

    Permalink
  54. def withParent(name: String): Logger

    Permalink
  55. def withoutHandler(handler: LogHandler): Logger

    Permalink
  56. final def withoutModifier(modifier: LogModifier): Logger

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LoggerSupport

Inherited from AnyRef

Inherited from Any

Ungrouped