use LevelFilter;
use crateError;
/// The logs#initialise function initialises the `env_logger` and `logs` modules.
/// This currently only consists of setting the level filter but may be extended
/// in the future.
///
/// ## Parameters
///
/// * min_level: LevelFilter - The minimum log-level required to be printed to the console, all log requests
/// below this level will be ignored.
///