printf

Function printf 

Source
pub fn printf<T>(template_fn: T) -> Printf
where T: Fn(&LogInfo) -> String + Send + Sync + 'static,