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

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

Trait Implementations

impl<F> MessageFormatter for NoForwardingIndicationFormatter<F> where F: MessageFormatter
[src]

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

Format a standard message.

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

Format for messages being sent onward by a multi-logger. logger_name is the name of the next logger. formatted_multi_msg is the message as formatted by the multi-logger's format_message method. Read more

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