ConsoleLogger

org.specs2.control.ConsoleLogger
case class ConsoleLogger() extends Logger

Logger implementation directing messages to the console

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, verbose: 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