RunnerLogger

org.specs2.runner.RunnerLogger
case class RunnerLogger(env: Env)

Attributes

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

Members list

Value members

Concrete methods

def logException(m: String, throwable: Throwable): Operation[Unit]
def logStack(exception: Throwable): Operation[Unit]
def logThrowable(t: Throwable): Operation[Unit]

Use the console logging to log exceptions

Use the console logging to log exceptions

Attributes

def logUserWarnings(warnings: List[String]): Operation[Unit]

Log the issues which might have been caused by the user

Log the issues which might have been caused by the user

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val arguments: Arguments