Packages

final class BspLogger extends Logger

Creates a logger that will forward all the messages to the underlying bsp client. It does so via the replication of the build/logMessage LSP functionality.

Linear Supertypes
Logger, sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BspLogger
  2. Logger
  3. Logger
  4. Logger
  5. AnyRef
  6. 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. def ansiCodesSupported(): Boolean
    Definition Classes
    BspLogger → Logger
  5. def asDiscrete: Logger
    Definition Classes
    BspLogger → Logger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger
    Definition Classes
    BspLogger → Logger
  8. implicit val client: JsonRpcClient
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def debug(msg: String): Unit
    Definition Classes
    BspLogger → Logger
  11. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  12. def diagnostic(problem: Problem): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def error(msg: String): Unit
    Definition Classes
    BspLogger → Logger
  16. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def info(msg: String): Unit
    Definition Classes
    BspLogger → Logger
  21. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isVerbose: Boolean
    Definition Classes
    BspLogger → Logger
  24. val name: String
    Definition Classes
    BspLogger → Logger
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def publishBspReport(uri: Uri, problems: Seq[Problem]): Unit
  29. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def trace(t: Throwable): Unit
    Definition Classes
    BspLogger → Logger
  33. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  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
    @native() @throws( ... )
  37. def warn(msg: String): Unit
    Definition Classes
    BspLogger → Logger
  38. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

Inherited from Logger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped