We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1318135 commit 1db1597Copy full SHA for 1db1597
src/log_macros.rs
@@ -1,10 +1,6 @@
1
//! This module offers a convenient way to enable only a subset of logging levels
2
//! for just this `fatfs` crate only without changing the logging levels
3
//! of other crates in a given project.
4
-//!
5
-//! This only applies to the five level-specific logging macros:
6
-//! `error`, `warn`, `info`, `debug`, and `trace`.
7
-//! The core `log!()` macro is unaffected.
8
9
use log::LevelFilter;
10
0 commit comments