Function kaf::from_str[][src]

pub fn from_str(level: &str)
Expand description

Initializes logging from a &str. Helpful with external configuration.

Examples

kaf::from_str("INFO");