1 2 3 4 5 6 7 8 9 10 11
impl crate::Logger { #[inline(always)] ///Dummy printer pub fn print_fmt(_: core::fmt::Arguments<'_>) { } #[inline(always)] ///Dummy printer pub fn print(_record: &log::Record) { } }