Macro enso_flexer::prelude::logger::define_global_processor[][src]

macro_rules! define_global_processor {
    ($name:ident = $tp:ty;) => { ... };
}
Expand description

Define a global processor based on the provided type. Read the docs of GlobalProcessor to learn more.