LogApi

object LogApi
class Object
trait Matchable
class Any
LogApi.type

Value members

Concrete methods

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