Skip to content

Commit 007ece7

Browse files
committed
Modify the example
1 parent ca732ad commit 007ece7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pretty.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ fn main() {
1616
let log = slog::Logger::root(drain, o!("format" => "pretty"));
1717

1818
info!(log, "An example log message"; "foo" => "bar");
19+
info!(log, "Another example log message"; "fizz" => "buzz");
1920
}

0 commit comments

Comments
 (0)