Struct artifact::format::NoForwardingIndicationFormatter [] [src]

pub struct NoForwardingIndicationFormatter<T> where T: MessageFormatter(pub T);

Trait Implementations

impl<F> MessageFormatter for NoForwardingIndicationFormatter<F> where F: MessageFormatter

fn format_message(&self, logger_name: &str, level_string: &str, message: &str) -> String

fn add_logger_name_to_multi_message(&self, _: &str, msg: &str) -> String

fn add_defaulting_name_to_message(&self, _: &str, msg: &str) -> String