Logger

mill.codesig.Logger
class Logger(mandatoryLogFolder: Path, logFolder: Option[Path])

Attributes

Source
Logger.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def log[T : Writer](t: => Text[T], prefix: String): Unit

Attributes

Source
Logger.scala
def log0[T : Writer](p: Path, res: Text[T], prefix: String): Unit

Attributes

Source
Logger.scala
def mandatoryLog[T : Writer](t: => Text[T], prefix: String): Unit

Attributes

Source
Logger.scala