macro_rules! logger_error {
    ($($args:tt)*) => { ... };
}