scala.cli.internal.CliLogger
See theCliLogger companion object
class CliLogger(val verbosity: Int, quiet: Boolean, progress: Option[Boolean], out: PrintStream) extends Logger
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Loggerclass Objecttrait Matchableclass Any
- Self type
Members list
Value members
Concrete methods
override def cliFriendlyDiagnostic(message: String, cliFriendlyMessage: String, severity: Severity, positions: Seq[Position]): Unit
Attributes
- Definition Classes
-
Logger
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
Attributes
- Definition Classes
-
Logger
def printDiagnostic(positions: Seq[Position], severity: Severity, message: String, contentCache: Map[Path, Seq[String]], textEditOpt: Option[TextEdit]): Unit
Inherited methods
Attributes
- Inherited from:
- Logger
In this article