Service

trait Service
class Object
trait Matchable
class Any

Value members

Abstract methods

def logJobEnd(job_name: String, args: String, end_time: Long, error: Option[Throwable]): UIO[Unit]
def logJobStart(job_name: String, args: String, start_time: Long): UIO[Unit]
def logStepEnd(step_run_id: String, step_name: String, props: Map[String, String], step_type: String, end_time: Long, error: Option[Throwable]): UIO[Unit]
def logStepStart(step_run_id: String, step_name: String, props: Map[String, String], step_type: String, start_time: Long): UIO[Unit]

Abstract fields

val job_run_id: String