[][src]Function paris::formatter::colorize_string

pub fn colorize_string<S>(input: S) -> String where
    S: Into<String>, 

Finds all keys in the given input. Keys meaning whatever the logger uses. Something that looks like <key>. And replaces all those keys with their color, style or icon equivalent.

This function does not take into account custom styles, you need the struct for that