fn log_impl<'a>( s: &str, level: LogLevel, log: &Log, prefix: &Prefix, stderr: &mut StderrLock<'a>, newline: &mut Newline, ) -> Result