pub trait PlatformLoggerService: Send + Sync { // Required method fn platform_info_string(&self) -> String; }