Skip to content

Commit

Permalink
Add Adorkable/swift-log-format-and-pipe to Backend list (apple#83)
Browse files Browse the repository at this point in the history
LoggingFormatAndPipe provides a Swift Logging API Handler which allows you to customized both your log messages' formats as well as their destinations.
  • Loading branch information
yoiang authored and weissi committed Jul 30, 2019
1 parent b33865f commit 99786c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -58,7 +58,8 @@ For further information, please check the [API documentation][api-docs].

As the API has just launched, not many implementations exist yet. If you are interested in implementing one see the "Implementation considerations" section below explaining how to do so. List of existing SwiftLog API compatible libraries:

- [ianpartridge/swift-log-**syslog**](https://github.com/ianpartridge/swift-log-syslog) – a [syslog](https://en.wikipedia.org/wiki/Syslog) backend,
- [ianpartridge/swift-log-**syslog**](https://github.com/ianpartridge/swift-log-syslog) – a [syslog](https://en.wikipedia.org/wiki/Syslog) backend
- [Adorkable/swift-log-**format-and-pipe**](https://github.com/Adorkable/swift-log-format-and-pipe) – a backend that allows customization of the output format and the resulting destination
- Your library? [Get in touch!](https://forums.swift.org/c/server)

## What is an API package?
Expand Down

0 comments on commit 99786c8

Please sign in to comment.