StringOutputLogger

case class StringOutputLogger(output: StringOutput) extends Logger
trait Serializable
trait Product
trait Equals
trait Logger
class Object
trait Matchable
class Any

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