Reporters

com.mchange.sysadmin.TaskRunner$.Reporters$
object Reporters

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Reporters.type

Members list

Value members

Concrete methods

def default(from: String, to: String)(using context: Context): List[Run => Unit]
def smtpAndStdOut(from: String, to: String, subject: Run => String, text: Run => String)(using context: Context): List[Run => Unit]
def smtpOnly(from: String, to: String, subject: Run => String, text: Run => String)(using context: Context): List[Run => Unit]
def stdErrOnly(formatter: Run => String): List[Run => Unit]
def stdOutOnly(formatter: Run => String): List[Run => Unit]