CompileProblemReporter

mill.api.daemon.internal.CompileProblemReporter
See theCompileProblemReporter companion object

A listener trait for getting notified about compilation output like compiler warnings and errors

Attributes

Companion
object
Source
CompileProblemReporter.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def fileVisited(file: Path): Unit

Attributes

Source
CompileProblemReporter.scala
def finish(): Unit

Attributes

Source
CompileProblemReporter.scala
def logError(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def logInfo(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def logWarning(problem: Problem): Unit

Attributes

Source
CompileProblemReporter.scala
def notifyProgress(progress: Long, total: Long): Unit

Attributes

Source
CompileProblemReporter.scala
def printSummary(): Unit

Attributes

Source
CompileProblemReporter.scala
def start(): Unit

Attributes

Source
CompileProblemReporter.scala

Concrete methods

def maxErrors: Int

Attributes

Source
CompileProblemReporter.scala