ConsoleLogger

case class ConsoleLogger() extends Logger

Logger implementation directing messages to the console

trait Serializable
trait Product
trait Equals
trait Logger
class Object
trait Matchable
class Any

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]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def warnAndFail[A](warnMessage: String, failureMessage: String, doIt: Boolean): Operation[A]
Inherited from:
Logger