fn log(&self, level: usize, body: &str) -> Result<()>fn error(&self, body: &str) -> Result<()>fn warn(&self, body: &str) -> Result<()>fn info(&self, body: &str) -> Result<()>fn debug(&self, body: &str) -> Result<()>fn trace(&self, body: &str) -> Result<()>impl Logger for AutomaticLogger[src]