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 ca732ad commit 007ece7Copy full SHA for 007ece7
examples/pretty.rs
@@ -16,4 +16,5 @@ fn main() {
16
let log = slog::Logger::root(drain, o!("format" => "pretty"));
17
18
info!(log, "An example log message"; "foo" => "bar");
19
+ info!(log, "Another example log message"; "fizz" => "buzz");
20
}
0 commit comments