RunnerLogger

case class RunnerLogger(env: Env)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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

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

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val arguments: Arguments