Object/Class

sbt.internal.util

ConsoleAppender

Related Docs: class ConsoleAppender | package util

Permalink

object ConsoleAppender

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConsoleAppender
  2. AnyRef
  3. 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. final val ESC: Char('\033')

    Permalink

    Escape character, used to introduce an escape sequence.

  5. def apply(name: String, out: ConsoleOut, ansiCodesSupported: Boolean, useColor: Boolean, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): ConsoleAppender

    Permalink
  6. def apply(name: String, out: ConsoleOut, useColor: Boolean): ConsoleAppender

    Permalink
  7. def apply(name: String, out: ConsoleOut, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): ConsoleAppender

    Permalink
  8. def apply(name: String, out: ConsoleOut): ConsoleAppender

    Permalink
  9. def apply(out: ConsoleOut): ConsoleAppender

    Permalink
  10. def apply(name: String): ConsoleAppender

    Permalink
  11. def apply(): ConsoleAppender

    Permalink
  12. def apply(out: PrintWriter): ConsoleAppender

    Permalink
  13. def apply(out: PrintStream): ConsoleAppender

    Permalink
  14. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val formatEnabled: Boolean

    Permalink
  20. def generateName: String

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hasEscapeSequence(s: String): Boolean

    Permalink

    Returns true if the string contains the ESC character.

    Returns true if the string contains the ESC character.

    TODO - this should handle raw CSI (not used much)

  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. val noSuppressedMessage: (SuppressedTraceContext) ⇒ None.type

    Permalink
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. def removeEscapeSequences(s: String): String

    Permalink

    Returns the string s with escape sequences removed.

    Returns the string s with escape sequences removed. An escape sequence starts with the ESC character (decimal value 27) and ends with an escape terminator.

    See also

    isEscapeTerminator

  30. def stripEscapeSequences(s: String): String

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

    Permalink
    Definition Classes
    AnyRef
  32. def toLevel(level: Level): util.Level.Value

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def toXLevel(level: util.Level.Value): Level

    Permalink
  35. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped