Service

trait Service
class Object
trait Matchable
class Any
object ConsoleLogger.type

Value members

Abstract methods

def logJobEnd(jobName: String, args: String, endTime: Long, error: Option[Throwable]): UIO[Unit]
def logJobStart(jobName: String, args: String, startTime: Long): UIO[Unit]
def logStepEnd(stepRunId: String, stepName: String, props: Map[String, String], stepType: String, endTime: Long, error: Option[Throwable]): UIO[Unit]
def logStepStart(stepRunId: String, stepName: String, props: Map[String, String], stepType: String, startTime: Long): UIO[Unit]

Abstract fields

val jobRunId: String