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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final val ESC: Char('\u001B')

    Escape character, used to introduce an escape sequence.

  5. def apply(name: String = generateName, out: ConsoleOut = ConsoleOut.systemOut, ansiCodesSupported: Boolean = formatEnabled, useColor: Boolean = formatEnabled, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String] = noSuppressedMessage): ConsoleAppender
  6. def apply(out: PrintWriter): ConsoleAppender
  7. def apply(out: PrintStream): ConsoleAppender
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. val formatEnabled: Boolean
  14. def generateName: String
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. 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)

  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val noSuppressedMessage: (SuppressedTraceContext) ⇒ None.type
  21. final def notify(): Unit
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  23. 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

  24. def stripEscapeSequences(s: String): String
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toLevel(level: Level): util.Level.Value
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def toXLevel(level: util.Level.Value): Level
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped