nvflare.private.fed.simulator.simulator_audit module

class SimulatorAuditor[source]

Bases: Auditor

Manages the audit file to log events.

Parameters:

audit_file_name (str) – the location to save audit log file

add_event(user: str, action: str, ref: str = '', msg: str = '') str[source]
add_job_event(job_id: str, scope_name: str = '', task_name: str = '', task_id: str = '', ref: str = '', msg: str = '') str[source]
close()[source]