nvflare.app_common.logging.log_sender module

class ErrorLogSender(event_type='_job_completed', should_report_error_log: bool = True)[source]

Bases: Widget

Init the Widget.

handle_event(event_type: str, fl_ctx: FLContext)[source]

Handles events.

Parameters:
  • event_type (str) – event type fired by workflow.

  • fl_ctx (FLContext) – FLContext information.