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 8bf7499 commit 1b0f4ddCopy full SHA for 1b0f4dd
src/fmt/mod.rs
@@ -129,6 +129,8 @@ impl Formatter {
129
/// Get the default [`style::Style`] for the given level.
130
///
131
/// The style can be used to print other values besides the level.
132
+ ///
133
+ /// See [`style`] for how to adapt it to the styling crate of your choice
134
pub fn default_level_style(&self, level: Level) -> style::Style {
135
if self.write_style == WriteStyle::Never {
136
style::Style::new()
0 commit comments