Class/Object

scribe

Logger

Related Docs: object Logger | package scribe

Permalink

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

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

Instance Constructors

  1. new Logger(parentName: Option[String] = Some(Logger.rootName), 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
    Definition Classes
    LogSupport
  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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
  16. val id: Long

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

    Permalink
    Definition Classes
    LoggerLogSupport
  18. macro def info[M](message: M, t: Throwable)(implicit arg0: Loggable[M]): Unit

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

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

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

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

    Permalink
    Definition Classes
    LoggerSupport
  23. val modifiers: List[LogModifier]

    Permalink
    Definition Classes
    LoggerLogSupport
  24. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  28. val overrideClassName: Option[String]

    Permalink
  29. val parentName: Option[String]

    Permalink
  30. def replace(): Logger

    Permalink
  31. def reset(): Logger

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

    Permalink
    Definition Classes
    LoggerLogSupport
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    LogSupport
  45. final def withModifier(modifier: LogModifier): Logger

    Permalink
    Definition Classes
    LogSupport
  46. def withParent(name: String): Logger

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

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

    Permalink
    Definition Classes
    LogSupport

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from LoggerSupport

Inherited from LogSupport[Logger]

Inherited from AnyRef

Inherited from Any

Ungrouped