sbt.internal.util

ConsoleAppender

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addFilter(arg0: Filter): Unit

    Definition Classes
    AbstractFilterable → Filterable
  7. def append(event: LogEvent): Unit

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

    Appends the message message to the to the log at level level.

    Appends the message message to the to the log at level level.

    level

    The importance level of the message.

    message

    The message to log.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

    Logs a ControlEvent to the log.

    Logs a ControlEvent to the log.

    event

    The kind of ControlEvent.

    message

    The message to log.

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

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

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

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

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

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

    Definition Classes
    AbstractAppender
  18. def finalize(): Unit

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

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

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

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

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

    Definition Classes
    AbstractAppender → Appender
  24. def getPropertyArray(): Array[Property]

    Definition Classes
    AbstractFilterable
  25. def getState(): State

    Definition Classes
    AbstractLifeCycle → LifeCycle
  26. def getTrace: Int

    Returns the number of lines for stacktrace.

  27. def hasFilter(): Boolean

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

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

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

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

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

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

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

    Definition Classes
    Any
  35. def isStarted(): Boolean

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

    Definition Classes
    AbstractLifeCycle
  37. def isStopped(): Boolean

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

    Definition Classes
    AbstractLifeCycle
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  42. def removeFilter(arg0: Filter): Unit

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

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

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

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

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

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

    Attributes
    protected[org.apache.logging.log4j.core]
    Definition Classes
    AbstractLifeCycle
  49. def setTrace(level: Int): Unit

  50. def start(): Unit

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

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

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

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

    Definition Classes
    AbstractLifeCycle → LifeCycle
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toSerializable(arg0: LogEvent): Serializable

    Attributes
    protected[org.apache.logging.log4j.core.appender]
    Definition Classes
    AbstractAppender
  57. def toString(): String

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

    Logs the stack trace of t, possibly shortening it.

    Logs the stack trace of t, possibly shortening it.

    The traceLevel parameter configures how the stack trace will be shortened. See StackTrace.trimmed.

    t

    The Throwable whose stack trace to log.

    traceLevel

    How to shorten the stack trace.

  59. final def wait(): Unit

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

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

    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