Skip to content

Commit

Permalink
Merge pull request #262 from AnthonyEgerton/patch-1
Browse files Browse the repository at this point in the history
Include link to PulseLogHandler in GetttingStarted
  • Loading branch information
kean authored Jun 10, 2024
2 parents 8bc792c + a98be58 commit 9036403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Pulse/Pulse.docc/Articles/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ LoggerStore.shared.storeMessage(
)
```

> info: As an alternative to using `LoggerStore` directly, you can use Pulse as a SwiftLog backend using [PersistentLogHandler](https://kean-docs.github.io/pulseloghandler/documentation/pulseloghandler/persistentloghandler) struct from [PulseLogHandler](https://kean-docs.github.io/pulseloghandler/documentation/pulseloghandler) which is a Swift package distributed separately. This way you can have more than one logger at once.
> info: As an alternative to using `LoggerStore` directly, you can use Pulse as a SwiftLog backend using [PersistentLogHandler](https://kean-docs.github.io/pulseloghandler/documentation/pulseloghandler/persistentloghandler) struct from [PulseLogHandler](https://kean-docs.github.io/pulseloghandler/documentation/pulseloghandler) which is a [Swift package distributed separately](https://github.com/kean/PulseLogHandler). This way you can have more than one logger at once.
### 2.2. Collecting Network Requests

Expand Down

0 comments on commit 9036403

Please sign in to comment.