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. def apply(name: String, out: ConsoleOut, ansiCodesSupported: Boolean, useFormat: Boolean, suppressedMessage: (SuppressedTraceContext) ⇒ Option[String]): ConsoleAppender

    A new ConsoleAppender identified by name, and that writes to out.

    A new ConsoleAppender identified by name, and that writes to out.

    name

    An identifier for the ConsoleAppender.

    out

    Where to write messages.

    ansiCodesSupported

    true if the output stream supports ansi codes, false otherwise.

    useFormat

    true to enable format (color, bold, etc.), false to remove formatting.

    returns

    A new ConsoleAppender that writes to out.

  7. def apply(name: String, out: ConsoleOut, useFormat: Boolean): ConsoleAppender

    A new ConsoleAppender identified by name, and that writes to out.

    A new ConsoleAppender identified by name, and that writes to out.

    name

    An identifier for the ConsoleAppender.

    out

    Where to write messages.

    useFormat

    true to enable format (color, bold, etc.), false to remove formatting.

    returns

    A new ConsoleAppender that writes to out.

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

    A new ConsoleAppender identified by name, and that writes to out.

    A new ConsoleAppender identified by name, and that writes to out.

    name

    An identifier for the ConsoleAppender.

    out

    Where to write messages.

    suppressedMessage

    How to handle stack traces.

    returns

    A new ConsoleAppender that writes to out.

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

    A new ConsoleAppender identified by name, and that writes to out.

    A new ConsoleAppender identified by name, and that writes to out.

    name

    An identifier for the ConsoleAppender.

    out

    Where to write messages.

    returns

    A new ConsoleAppender that writes to out.

  10. def apply(name: String): ConsoleAppender

    A new ConsoleAppender identified by name, and that writes to standard output.

    A new ConsoleAppender identified by name, and that writes to standard output.

    name

    An identifier for the ConsoleAppender.

    returns

    A new ConsoleAppender that writes to standard output.

  11. def apply(out: ConsoleOut): ConsoleAppender

    A new ConsoleAppender that writes to out.

    A new ConsoleAppender that writes to out.

    out

    Where to write messages.

    returns

    A new ConsoleAppender that writes to out.

  12. def apply(out: PrintWriter): ConsoleAppender

    A new ConsoleAppender that appends log messages to out.

    A new ConsoleAppender that appends log messages to out.

    out

    Where to write messages.

    returns

    A new ConsoleAppender.

  13. def apply(out: PrintStream): ConsoleAppender

    A new ConsoleAppender that appends log message to out.

    A new ConsoleAppender that appends log message to out.

    out

    Where to write messages.

    returns

    A new ConsoleAppender.

  14. def apply(): ConsoleAppender

    A new ConsoleAppender that writes to standard output.

    A new ConsoleAppender that writes to standard output.

    returns

    A new ConsoleAppender that writes to standard output.

  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

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

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

    Indicates whether formatting has been disabled in environment variables.

    Indicates whether formatting has been disabled in environment variables. 1. -Dsbt.log.noformat=true means no formatting. 2. -Dsbt.color=always/auto/never/true/false 3. -Dsbt.colour=always/auto/never/true/false 4. -Dsbt.log.format=always/auto/never/true/false

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

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

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

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

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

    Hide stack trace altogether.

  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. def setShowProgress(b: Boolean): Unit

  29. def showProgress: Boolean

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

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

    Converts the Log4J level to the corresponding sbt level.

    Converts the Log4J level to the corresponding sbt level.

    level

    A level, as represented by Log4J.

    returns

    The corresponding level in sbt's world.

  32. def toString(): String

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

    Converts the sbt level to the corresponding Log4J level.

    Converts the sbt level to the corresponding Log4J level.

    level

    A level, as represented by sbt.

    returns

    The corresponding level in Log4J's world.

  34. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped