Packages

class BloopLogger extends AbstractLogger

Creates a logger that is backed up by a Log4j logger.

Linear Supertypes
AbstractLogger, Logger, sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloopLogger
  2. AbstractLogger
  3. Logger
  4. Logger
  5. Logger
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BloopLogger(name: String, out: PrintStream, err: PrintStream)

    name

    The name of this logger.

    out

    The stream to use to write INFO and WARN level messages.

    err

    The stream to use to write FATAL, ERROR, DEBUG and TRACE level messages.

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. def ansiCodesSupported(): Boolean
    Definition Classes
    BloopLogger → Logger
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def debug(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  8. def debug(msg: Supplier[String]): Unit
    Definition Classes
    AbstractLogger → Logger
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  12. def error(msg: Supplier[String]): Unit
    Definition Classes
    AbstractLogger → Logger
  13. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def info(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  17. def info(msg: Supplier[String]): Unit
    Definition Classes
    AbstractLogger → Logger
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val name: String
    Definition Classes
    BloopLoggerLogger
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def quietIfError[T](op: (BufferedLogger) ⇒ T): T
    Definition Classes
    AbstractLoggerLogger
  24. def quietIfSuccess[T](op: (BufferedLogger) ⇒ T): T
    Definition Classes
    AbstractLoggerLogger
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def trace(exception: Throwable): Unit
    Definition Classes
    BloopLogger → Logger
  28. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    AbstractLogger → Logger
  29. def verbose[T](op: ⇒ T): T
    Definition Classes
    BloopLoggerLogger
  30. def verboseIf[T](cond: Boolean)(op: ⇒ T): T
    Definition Classes
    AbstractLoggerLogger
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  34. def warn(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  35. def warn(msg: Supplier[String]): Unit
    Definition Classes
    AbstractLogger → Logger

Inherited from AbstractLogger

Inherited from Logger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped