pub trait ObsLoggerwhere Self: Send + Debug,{ // Required method fn log(&mut self, level: ObsLogLevel, msg: String); }