Skip to content

Commit

Permalink
Enhance swift codeblock at README.md (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtrinhdev authored Nov 13, 2024
1 parent 1efe6f8 commit 5f81630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ public protocol LogHandler {

Instructing `SwiftLog` to use your logging backend as the one the whole application (including all libraries) should use is very simple:

LoggingSystem.bootstrap(MyLogHandler.init)
```swift
LoggingSystem.bootstrap(MyLogHandler.init)
```

### Implementation considerations

Expand Down

0 comments on commit 5f81630

Please sign in to comment.