Object/Class

sbt.internal.util

ConsoleLogger

Related Docs: class ConsoleLogger | package util

Permalink

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
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(out: ConsoleOut = ConsoleOut.systemOut, ansiCodesSupported: Boolean = formatEnabled, useColor: Boolean = formatEnabled, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String] = noSuppressedMessage): ConsoleLogger

    Permalink
  6. def apply(out: PrintWriter): ConsoleLogger

    Permalink
  7. def apply(out: PrintStream): ConsoleLogger

    Permalink
  8. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

  16. def hashCode(): Int

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

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

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

    Permalink
  20. final def notify(): Unit

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

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

  23. def stripEscapeSequences(s: String): String

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

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

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

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

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

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

Deprecated Value Members

  1. def bufferedWriterOut(out: BufferedWriter): ConsoleOut

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  3. def printStreamOut(out: PrintStream): ConsoleOut

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  4. def printWriterOut(out: PrintWriter): ConsoleOut

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

  5. def systemOut: ConsoleOut

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.13.0) Moved to ConsoleOut

Inherited from AnyRef

Inherited from Any

Ungrouped