Log constructor

Log(
  1. int executionId,
  2. int level,
  3. String message
)

Implementation

Log(this.executionId, this.level, this.message);