pipelines.reporters.logging module#

class pipelines.reporters.logging.LoggingReporter#

Bases: PipelineReporter

A reporter class that writes messages to the standard python logging mechanism.

report(context_object: PipelineStorageObject, status: PipelineTaskStatus, message: str)#

Writes the report to the report storage mechanism for a particular results storage object.

Parameters:
  • context_object – The results storage object to write a report for

  • status – The status of the context object being reported

  • message – The message to record against the context object