Skip to main content

euv_cli/logger/
static.rs

1use crate::*;
2
3/// Global static Logger instance.
4pub static LOGGER: Logger = Logger;