pub trait UefiLogger: Send { // Required method fn log_event(&self, event: UefiEvent); }
Interface to log UEFI events.