Struct artifact::format::SimpleMessageFormatter [] [src]

pub struct SimpleMessageFormatter;

Default formatter for logging messages if time info isn't available.

Trait Implementations

impl Clone for SimpleMessageFormatter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl MessageFormatter for SimpleMessageFormatter
[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