2020-07-27 12:49:51 +00:00
|
|
|
---
|
|
|
|
source: tests/output.rs
|
2020-09-11 16:14:19 +00:00
|
|
|
expression: "get_stdout(path, &[item])"
|
2020-07-27 12:49:51 +00:00
|
|
|
---
|
|
|
|
log Constant log::STATIC_MAX_LEVEL rusty-man
|
|
|
|
|
|
|
|
SYNOPSIS
|
2020-09-11 16:14:19 +00:00
|
|
|
pub const STATIC_MAX_LEVEL: LevelFilter
|
2020-07-27 12:49:51 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
The statically resolved maximum log level.
|
|
|
|
|
|
|
|
See the crate level documentation for information on how to configure this.
|
|
|
|
|
|
|
|
This value is checked by the log macros, but not by the `Log`ger returned by the `logger`
|
|
|
|
function. Code that manually calls functions on that value should compare the level against
|
|
|
|
this value.
|
|
|
|
|
|
|
|
|