[][src]Function stlog_macros::global_logger

pub fn global_logger(args: TokenStream, input: TokenStream) -> TokenStream

An attribute to declare a global logger

This attribute can only be applied to static variables that implement the GlobalLog trait.