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]

Format a standard message.

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