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
Ordering
- Alphabetic
- By Inheritance
Inherited
- BspServerLogger
- ScribeAdapter
- LoggerSupport
- Logger
- BaseSbtLogger
- Logger
- Logger
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ansiCodesSupported(): Boolean
- Definition Classes
- BspServerLogger → Logger
- def apply[Return](keyValues: (String, Any)*)(f: => Return): Return
- Definition Classes
- LoggerSupport
- def asBspServerVerbose: BspServerLogger
- def asDiscrete: Logger
- Definition Classes
- BspServerLogger → Logger
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asVerbose: Logger
- Definition Classes
- BspServerLogger → Logger
- val client: BloopLanguageClient
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def debug(msg: String)(implicit ctx: DebugFilter): Unit
- Definition Classes
- BspServerLogger → Logger
- def debug[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def debug[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def debug()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def debug(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
- def debug(msg: String): Unit
- Definition Classes
- BaseSbtLogger → Logger
- def debugFilter: DebugFilter
- Definition Classes
- BspServerLogger → Logger
- def diagnostic(event: Diagnostic): Unit
- def displayWarningToUser(msg: String): Unit
- Definition Classes
- BspServerLogger → Logger
- def elapsed[Return](f: => Return): Return
- Definition Classes
- LoggerSupport
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(msg: String): Unit
- Definition Classes
- BspServerLogger → Logger
- def error[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def error[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def error()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def error(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def handleCompilationEvent(): Unit
- Definition Classes
- Logger
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def info(msg: String): Unit
- Definition Classes
- BspServerLogger → Logger
- def info[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def info[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def info()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def info(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isVerbose: Boolean
- Definition Classes
- BspServerLogger → Logger
- def log[M](record: LogRecord[M]): Unit
- Definition Classes
- ScribeAdapter → LoggerSupport
- 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
- val name: String
- Definition Classes
- BspServerLogger → Logger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nextTaskId: TaskId
Return the next task id per bsp session.
- def noDiagnostic(event: NoDiagnostic): Unit
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val originId: Option[String]
- def publishCompilationEnd(event: EndCompilation): Unit
- def publishCompilationProgress(event: ProgressCompilation): Unit
Publish a compile progress notification to the client via BSP every 5% progress increments.
- def publishCompilationStart(event: StartCompilation): Unit
- def report(msg: String, t: Throwable): Unit
- Definition Classes
- Logger
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace(t: Throwable): Unit
- Definition Classes
- BspServerLogger → Logger
- def trace[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def trace[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def trace()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def trace(exception: Supplier[Throwable]): Unit
- Definition Classes
- Logger → Logger
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def warn(msg: String): Unit
- Definition Classes
- BspServerLogger → Logger
- def warn[M](message: => M, t: Throwable)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def warn[M](message: => M)(implicit arg0: Loggable[M], pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def warn()(implicit pkg: Pkg, fileName: FileName, name: Name, line: Line): Unit
- Definition Classes
- LoggerSupport
- def warn(msg: Supplier[String]): Unit
- Definition Classes
- Logger → Logger
- def withOriginId(originId: Option[String]): BspServerLogger
- Definition Classes
- BspServerLogger → Logger
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated