Macro LOGGER

Source
macro_rules! LOGGER {
    ($f: path, $l: ident) => { ... };
}