[][src]Trait logger_rs::style::Style

pub trait Style {
    fn format(&self, imp: Importance, msg: &str) -> String;
}

Trait used to style the logs

Required methods

fn format(&self, imp: Importance, msg: &str) -> String

Loading content...

Implementors

impl Style for Arrow[src]

impl Style for DefaultStyle[src]

Loading content...