Function logging::get [] [src]

pub fn get(name: &str) -> Logger

Gets a Logger instance by it's name.

let log = logging::get("my.app".to_owned());