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.

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(project: Project, problem: Problem, clear: Boolean): Unit
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def error(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  20. macro def error[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  21. macro def error[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  22. def error(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def info(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  27. macro def info[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  28. macro def info[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  29. def info(msg: Supplier[String]): Unit
    Definition Classes
    Logger → Logger
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isVerbose: Boolean
    Definition Classes
    BspServerLogger → Logger
  32. def log[M](record: LogRecord[M]): Unit
    Definition Classes
    ScribeAdapter → LoggerSupport
  33. macro def log[M](level: Level, message: ⇒ M, throwable: Option[Throwable])(implicit loggable: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  34. val name: String
    Definition Classes
    BspServerLogger → Logger
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def nextTaskId: TaskId

    Return the next task id per bsp session.

  37. def noDiagnostic(project: Project, file: File): Unit
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def publishCompileEnd(project: Project, taskId: TaskId, problems: Seq[Problem], code: StatusCode): Unit

    Publish a compile start notification to the client via BSP.

    Publish a compile start notification to the client via BSP.

    The compile end notification must always the same task id than its counterpart, published by publishCompileStart().

    project

    The project to which the compilation is associated.

    taskId

    The task id to use for this publication.

    problems

    The sequence of problems that were found during compilation.

    code

    The status code associated with the finished compilation event.

  41. def publishCompileStart(project: Project, taskId: TaskId): Unit

    Publish a compile start notification to the client via BSP.

    Publish a compile start notification to the client via BSP.

    The compile start notification must always have a corresponding compile end notification, published by publishCompileEnd().

    project

    The project to which the compilation is associated.

    taskId

    The task id to use for this publication.

  42. def report(msg: String, t: Throwable): Unit
    Definition Classes
    Logger
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def trace(t: Throwable): Unit
    Definition Classes
    BspServerLogger → Logger
  46. macro def trace[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  47. macro def trace[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  48. def trace(exception: Supplier[Throwable]): Unit
    Definition Classes
    Logger → Logger
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. def warn(msg: String): Unit
    Definition Classes
    BspServerLogger → Logger
  53. macro def warn[M](message: ⇒ M, t: Throwable)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  54. macro def warn[M](message: ⇒ M)(implicit arg0: Loggable[M]): Unit
    Definition Classes
    LoggerSupport
  55. 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