Object/Class

sbt.internal.util

ConsoleAppender

Related Docs: class ConsoleAppender | package util

Permalink

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

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

    Permalink

    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.

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

    Permalink

    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.

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

    Permalink

    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.

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

    Permalink

    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.

  8. def apply(name: String): ConsoleAppender

    Permalink

    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.

  9. def apply(out: ConsoleOut): ConsoleAppender

    Permalink

    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.

  10. def apply(out: PrintWriter): ConsoleAppender

    Permalink

    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.

  11. def apply(out: PrintStream): ConsoleAppender

    Permalink

    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.

  12. def apply(): ConsoleAppender

    Permalink

    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.

  13. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink

    Indicates whether formatting has been disabled in environment variables.

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

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

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

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

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

    Permalink

    Hide stack trace altogether.

  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    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.

  28. def toString(): String

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

    Permalink

    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.

  30. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped