StringOutputLogger

org.specs2.control.StringOutputLogger
case class StringOutputLogger(output: StringOutput) extends Logger

Attributes

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

Members list

Value members

Concrete methods

def exception(t: Throwable, doIt: Boolean): Operation[Unit]
def info(message: String, doIt: Boolean): Operation[Unit]
def warn(message: String, doIt: Boolean): Operation[Unit]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def warnAndFail[A](warnMessage: String, failureMessage: String, doIt: Boolean): Operation[A]

Attributes

Inherited from:
Logger