MemoryLogger

case
class MemoryLogger(job_run_id: String) extends Service
trait Serializable
trait Product
trait Equals
trait Service
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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