Packages

final class BloopLogger extends Logger

Creates a logger that writes to the given streams.

Linear Supertypes
Logger, BaseSbtLogger, sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BloopLogger
  2. Logger
  3. BaseSbtLogger
  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, debugCount: Int, colorOutput: Boolean, debugFilter: DebugFilter)

    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.

    colorOutput

    Print with or without color.

    debugFilter

    Narrows logs to specified context.

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. def asDiscrete: Logger

    Return a logger that doesn't log verbose and debug events.

    Return a logger that doesn't log verbose and debug events.

    Definition Classes
    BloopLoggerLogger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger

    Return a logger that logs verbose and debug events.

    Return a logger that logs verbose and debug events.

    Definition Classes
    BloopLoggerLogger
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def debug(msg: String)(implicit ctx: DebugFilter): Unit

    Defines a debug function that takes a message and a filter from its use site.

    Defines a debug function that takes a message and a filter from its use site.

    Definition Classes
    BloopLoggerLogger
  10. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  11. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  12. val debugFilter: DebugFilter

    Context for debug logging.

    Context for debug logging.

    Definition Classes
    BloopLoggerLogger
  13. def displayWarningToUser(msg: String): Unit

    Display a message as a warning to user using showMessage in BSP-based loggers and warn otherwise.

    Display a message as a warning to user using showMessage in BSP-based loggers and warn otherwise.

    Definition Classes
    Logger
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def error(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  17. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def handleCompilationEvent(event: CompilationEvent): Unit
    Definition Classes
    Logger
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def info(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  23. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isVerbose: Boolean

    Return true if logger is verbose, false otherwise.

    Return true if logger is verbose, false otherwise.

    Definition Classes
    BloopLoggerLogger
  26. val name: String

    The name of the logger

    The name of the logger

    Definition Classes
    BloopLoggerLogger
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. def trace(exception: Throwable): Unit
    Definition Classes
    BloopLogger → Logger
  34. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. def warn(msg: String): Unit
    Definition Classes
    BloopLogger → Logger
  39. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

Inherited from Logger

Inherited from BaseSbtLogger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped