logger interface used within a pipeline and context.
Methods
notify_execution()
notify the listeners and watchers on current execution status.
| Name | Type | Default | Description |
|---|---|---|---|
| execution | Execution |
notify_step()
notify the listeners and watchers on current step status.
| Name | Type | Default | Description |
|---|---|---|---|
| step_log | ExecutionStepLog |
write_log()
write a log
| Name | Type | Default | Description |
|---|---|---|---|
| message | str | ||
| level | int | 7 |