Skip to content

Commit 9036403

Browse files
authored
Merge pull request #262 from AnthonyEgerton/patch-1
Include link to PulseLogHandler in GetttingStarted
2 parents 8bc792c + a98be58 commit 9036403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Pulse/Pulse.docc/Articles/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ LoggerStore.shared.storeMessage(
3737
)
3838
```
3939

40-
> 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.
40+
> 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.
4141
4242
### 2.2. Collecting Network Requests
4343

0 commit comments

Comments
 (0)