pub const STATIC_LEVEL_FILTER: LevelFilter;
Expand description

The statically resolved log level filter.

See the crate level documentation for information on how to configure this.

This value is checked by the log macros, but not by Loggers and Sinks. Code that manually calls functions on these should compare the level against this value.