SbtPrinterLogger

org.specs2.reporter.SbtPrinterLogger
case class SbtPrinterLogger(loggers: Array[Logger]) extends BufferedPrinterLogger

Line logger using sbt's loggers

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited classlikes

enum Log

Attributes

Inherited from:
BufferedPrinterLogger
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def errorLine(msg: String): Unit
def failureLine(msg: String): Unit

failures are represented as errors in sbt

failures are represented as errors in sbt

Attributes

def infoLine(msg: String): Unit
def makeLogMessage(msg: String, logger: Logger): String
def warnLine(msg: String): Unit

Inherited methods

def close(): Unit

Attributes

Inherited from:
BufferedPrinterLogger
def errorLog(msg: String): Unit

Attributes

Inherited from:
BufferedPrinterLogger
def failureLog(msg: String): Unit

Attributes

Inherited from:
BufferedPrinterLogger
def infoLog(msg: String): Unit

Attributes

Inherited from:
BufferedPrinterLogger
def newline(): Unit

Attributes

Inherited from:
BufferedPrinterLogger
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def warnLog(msg: String): Unit

Attributes

Inherited from:
BufferedPrinterLogger