logs
Logging configuration helpers for Rago pipelines.
Classes:
-
Logs–Attach a mutable log dictionary to a step.
Logs
Logs(target: dict[str, Any] | None = None)
Bases: ParametersBase
Attach a mutable log dictionary to a step.
Methods:
-
apply–Merge additional configuration into this object.
-
process–Return the input unchanged for configuration-only objects.
Attributes:
-
params(dict[str, Any]) –Expose the underlying parameter mapping.
Source code in src/rago/extensions/logs.py
16 17 | |
params
property
params: dict[str, Any]
Expose the underlying parameter mapping.
apply
apply(parameters: Any) -> None
Merge additional configuration into this object.
Source code in src/rago/base.py
86 87 88 | |