sbt.internal.util

ConsoleLogger

object ConsoleLogger

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ConsoleLogger
  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(out: ConsoleOut = ConsoleOut.systemOut, ansiCodesSupported: Boolean = formatEnabled, useColor: Boolean = formatEnabled, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String] = noSuppressedMessage): ConsoleLogger

  8. def apply(out: PrintWriter): ConsoleLogger

  9. def apply(out: PrintStream): ConsoleLogger

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. 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)

  18. def hashCode(): Int

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

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

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

  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. 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

  25. def stripEscapeSequences(s: String): String

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def bufferedWriterOut(out: BufferedWriter): ConsoleOut

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  2. def overwriteContaining(s: String): (String, String) ⇒ Boolean

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  3. def printStreamOut(out: PrintStream): ConsoleOut

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  4. def printWriterOut(out: PrintWriter): ConsoleOut

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  5. def systemOut: ConsoleOut

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  6. def systemOutOverwrite(f: (String, String) ⇒ Boolean): ConsoleOut

    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

Inherited from AnyRef

Inherited from Any

Ungrouped