Packages

final class BspServerLogger extends Logger with ScribeAdapter

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.

The bsp server logger defines some specific BSP endpoints that can only be used when the logger is known to be of this instance.

Linear Supertypes
ScribeAdapter, LoggerSupport, Logger, BaseSbtLogger, sbt.testing.Logger, xsbti.Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BspServerLogger
  2. ScribeAdapter
  3. LoggerSupport
  4. Logger
  5. BaseSbtLogger
  6. Logger
  7. Logger
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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
    BspServerLogger → Logger
  5. def apply[Return](keyValues: (String, Any)*)(f: => Return): Return
    Definition Classes
    LoggerSupport
  6. def asBspServerVerbose: BspServerLogger
  7. def asDiscrete: Logger
    Definition Classes
    BspServerLogger → Logger
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asVerbose: Logger
    Definition Classes
    BspServerLogger → Logger
  10. val client: BloopLanguageClient
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. def debug(msg: String)(implicit ctx: DebugFilter): Unit
    Definition Classes
    BspServerLogger → Logger
  13. def debug[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  14. def debug[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  15. def debug()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  16. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  17. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  18. def debugFilter: DebugFilter
    Definition Classes
    BspServerLogger → Logger
  19. def diagnostic(event: Diagnostic): Unit
  20. def displayWarningToUser(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  21. def elapsed[Return](f: => Return): Return
    Definition Classes
    LoggerSupport
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  24. def error(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  25. def error[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  26. def error[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  27. def error()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  28. def error(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  29. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  30. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  31. def handleCompilationEvent(): Unit
    Definition Classes
    Logger
  32. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  33. def info(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  34. def info[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  35. def info[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  36. def info()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  37. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isVerbose: Boolean
    Definition Classes
    BspServerLogger → Logger
  40. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    ScribeAdapter → LoggerSupport
  41. def log[M](level: Level, message: => M, throwable: Option[Throwable])(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  42. val name: String
    Definition Classes
    BspServerLogger → Logger
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def nextTaskId: TaskId

    Return the next task id per bsp session.

  45. def noDiagnostic(event: NoDiagnostic): Unit
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  48. val originId: Option[String]
  49. def publishCompilationEnd(event: EndCompilation): Unit
  50. def publishCompilationProgress(event: ProgressCompilation): Unit

    Publish a compile progress notification to the client via BSP every 5% progress increments.

  51. def publishCompilationStart(event: StartCompilation): Unit
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. def trace(t: Throwable): Unit
    Definition Classes
    BspServerLogger → Logger
  55. def trace[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  56. def trace[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  57. def trace()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  58. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  62. def warn(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  63. def warn[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  64. def warn[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  65. def warn()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
    Definition Classes
    LoggerSupport
  66. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  67. def withOriginId(originId: Option[String]): BspServerLogger
    Definition Classes
    BspServerLogger → Logger

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ScribeAdapter

Inherited from LoggerSupport

Inherited from Logger

Inherited from BaseSbtLogger

Inherited from sbt.testing.Logger

Inherited from xsbti.Logger

Inherited from AnyRef

Inherited from Any

Ungrouped