sbt.internal.util

ConsoleAppender

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
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. final val ESC: Char('\033')

    Escape character, used to introduce an escape sequence.

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

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

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

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

  11. def apply(out: ConsoleOut): ConsoleAppender

  12. def apply(name: String): ConsoleAppender

  13. def apply(): ConsoleAppender

  14. def apply(out: PrintWriter): ConsoleAppender

  15. def apply(out: PrintStream): ConsoleAppender

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def clone(): AnyRef

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

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

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

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

  22. def generateName: String

  23. final def getClass(): Class[_]

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

    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)

  25. def hashCode(): Int

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

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

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

  29. final def notify(): Unit

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

    Definition Classes
    AnyRef
  31. def removeEscapeSequences(s: String): String

    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

  32. def stripEscapeSequences(s: String): String

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

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

  35. def toString(): String

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

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped