Class/Object

sbt.internal.util

ConsoleAppender

Related Docs: object ConsoleAppender | package util

Permalink

class ConsoleAppender extends AbstractAppender

A logger that logs to the console. On supported systems, the level labels are colored.

This logger is not thread-safe.

Linear Supertypes
AbstractAppender, Appender, AbstractFilterable, Filterable, AbstractLifeCycle, LifeCycle2, LifeCycle, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleAppender
  2. AbstractAppender
  3. Appender
  4. AbstractFilterable
  5. Filterable
  6. AbstractLifeCycle
  7. LifeCycle2
  8. LifeCycle
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addFilter(arg0: Filter): Unit

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  5. val ansiCodesSupported: Boolean

    Permalink
  6. def append(event: LogEvent): Unit

    Permalink
    Definition Classes
    ConsoleAppender → Appender
  7. def appendLog(level: util.Level.Value, message: ⇒ String): Unit

    Permalink
  8. def appendMessage(level: util.Level.Value, msg: Message): Unit

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def control(event: util.ControlEvent.Value, message: ⇒ String): Unit

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def equalsImpl(arg0: Any): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  15. def error(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    AbstractAppender
  16. def error(arg0: String, arg1: LogEvent, arg2: Throwable): Unit

    Permalink
    Definition Classes
    AbstractAppender
  17. def error(arg0: String): Unit

    Permalink
    Definition Classes
    AbstractAppender
  18. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def getFilter(): Filter

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  21. def getHandler(): ErrorHandler

    Permalink
    Definition Classes
    AbstractAppender → Appender
  22. def getLayout(): Layout[_ <: Serializable]

    Permalink
    Definition Classes
    AbstractAppender → Appender
  23. def getName(): String

    Permalink
    Definition Classes
    AbstractAppender → Appender
  24. def getState(): State

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  25. def hasFilter(): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  26. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCodeImpl(): Int

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  28. def ignoreExceptions(): Boolean

    Permalink
    Definition Classes
    AbstractAppender → Appender
  29. def initialize(): Unit

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  30. def isFiltered(arg0: LogEvent): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  31. def isInitialized(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isStarted(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  34. def isStarting(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  35. def isStopped(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  36. def isStopping(): Boolean

    Permalink
    Definition Classes
    AbstractLifeCycle
  37. def labelColor(level: util.Level.Value): String

    Permalink
  38. def messageColor(level: util.Level.Value): String

    Permalink
  39. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def objectEventToLines(oe: ObjectEvent[_]): Vector[String]

    Permalink
  44. def objectToLines(o: AnyRef): Vector[String]

    Permalink
  45. val out: ConsoleOut

    Permalink
  46. def removeFilter(arg0: Filter): Unit

    Permalink
    Definition Classes
    AbstractFilterable → Filterable
  47. def setHandler(arg0: ErrorHandler): Unit

    Permalink
    Definition Classes
    AbstractAppender → Appender
  48. def setStarted(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  49. def setStarting(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  50. def setState(arg0: State): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  51. def setStopped(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  52. def setStopping(): Unit

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  53. def start(): Unit

    Permalink
    Definition Classes
    AbstractFilterable → AbstractLifeCycle → LifeCycle
  54. def stop(arg0: Long, arg1: TimeUnit, arg2: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core.filter]
    Definition Classes
    AbstractFilterable
  55. def stop(arg0: Long, arg1: TimeUnit): Boolean

    Permalink
    Definition Classes
    AbstractFilterable → AbstractLifeCycle → LifeCycle2
  56. def stop(arg0: Future[_]): Boolean

    Permalink
    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  57. def stop(): Unit

    Permalink
    Definition Classes
    AbstractLifeCycle → LifeCycle
  58. val suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]

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

    Permalink
    Definition Classes
    AnyRef
  60. def toString(): String

    Permalink
    Definition Classes
    AbstractAppender → AnyRef → Any
  61. def trace(t: ⇒ Throwable, traceLevel: Int): Unit

    Permalink
  62. val useColor: Boolean

    Permalink
  63. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractAppender

Inherited from Appender

Inherited from AbstractFilterable

Inherited from Filterable

Inherited from AbstractLifeCycle

Inherited from LifeCycle2

Inherited from LifeCycle

Inherited from AnyRef

Inherited from Any

Ungrouped