Skip to content

Utility Services (system.utils)

General purpose helper services for flow orchestration.

Services

system.utils:Log

Writes a message to the robust logging system.

  • Inputs:

    • level: (string) DEBUG, INFO, WARN, ERROR.
    • message: (string) The text to log. Supports ${} interpolation within the message if used in conjunction with other logic.
    • target: (string, optional) The name of a custom log file defined in config/logging.yaml.
  • Outputs:

    • None.

Logging Context

The execution engine automatically attaches the traceId and service name to every log generated by this service, ensuring it is correlated with the current execution audit.

Released under the ISC License.