Skip to content

Commit

Permalink
chore(docsite): show block message syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
komidore64 committed May 1, 2024
1 parent 70b438b commit 854bdda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docsite/source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ logger = Dry.Logger(:test, template: :details)

logger.info "Hello World"
# [test] [INFO] [2022-11-17 11:43:52 +0100] Hello World

logger.info { "Hello World from a block" }
# [test] [INFO] [2022-11-17 11:44:12 +0100] Hello World from a block
```

### Using multiple logging destinations
Expand Down

0 comments on commit 854bdda

Please sign in to comment.