Function flutter_logger::get_lbl

source ·
pub fn get_lbl(path: &str) -> &str
Expand description

create a logger label from a src file path

let lbl = flutter_logger::get_lbl(file!());

§Panics

panics if an invalid path is given