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. 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
    BspServerLogger → Logger
  5. def asDiscrete: Logger
    Definition Classes
    BspServerLogger → Logger
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def asVerbose: Logger
    Definition Classes
    BspServerLogger → 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)(implicit ctx: DebugFilter): Unit
    Definition Classes
    BspServerLogger → Logger
  11. macro def debug[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  12. macro def debug[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  13. def debug(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  14. def debug(msg: String): Unit
    Definition Classes
    BaseSbtLogger → Logger
  15. def debugFilter: DebugFilter
    Definition Classes
    BspServerLogger → Logger
  16. def diagnostic(event: Diagnostic): Unit
  17. def displayWarningToUser(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def error(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  21. macro def error[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  22. macro def error[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  23. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def handleCompilationEvent(event: CompilationEvent): Unit
    Definition Classes
    Logger
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def info(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  29. macro def info[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  30. macro def info[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  31. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isVerbose: Boolean
    Definition Classes
    BspServerLogger → Logger
  34. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    ScribeAdapter → LoggerSupport
  35. macro def log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit loggable: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  36. val name: String
    Definition Classes
    BspServerLogger → Logger
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def nextTaskId: TaskId

    Return the next task id per bsp session.

  39. def noDiagnostic(event: NoDiagnostic): Unit
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def publishCompilationEnd(event: EndCompilation): Unit
  43. def publishCompilationProgress(event: ProgressCompilation): Unit

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

  44. def publishCompilationStart(event: StartCompilation): Unit
  45. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def trace(t: Throwable): Unit
    Definition Classes
    BspServerLogger → Logger
  49. macro def trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  50. macro def trace[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  51. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  55. def warn(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  56. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  57. macro def warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  58. def warn(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger

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