PersistentDiagnosticLogger
scala.build.PersistentDiagnosticLogger
class PersistentDiagnosticLogger(parent: Logger) extends Logger
Used to collect and send diagnostics to the build client when operating as a BSP
Attributes
- Graph
-
- Supertypes
-
trait Loggerclass Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Since we have a lot of experimental warnings all over the build process, this method can be used to accumulate them for a better UX
Since we have a lot of experimental warnings all over the build process, this method can be used to accumulate them for a better UX
Attributes
Inherited methods
def cliFriendlyDiagnostic(message: String, cliFriendlyMessage: String, severity: Severity, positions: Seq[Position]): Unit
Attributes
- Inherited from:
- Logger
Attributes
- Inherited from:
- Logger
In this article