You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,16 @@ For further information, please check the [API documentation][api-docs].
58
58
59
59
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:
60
60
61
-
-[IBM-Swift/HeliumLogger](https://github.com/IBM-Swift/HeliumLogger) - a logging backend widely used in the Kitura ecosystem
62
-
-[ianpartridge/swift-log-**syslog**](https://github.com/ianpartridge/swift-log-syslog) – a [syslog](https://en.wikipedia.org/wiki/Syslog) backend
63
-
-[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
64
-
-[chrisaljoudi/swift-log-**oslog**](https://github.com/chrisaljoudi/swift-log-oslog) - an OSLog [Unified Logging](https://developer.apple.com/documentation/os/logging) backend for use on Apple platforms
65
-
-[Brainfinance/StackdriverLogging](https://github.com/Brainfinance/StackdriverLogging) - a structured JSON logging backend for use on Google Cloud Platform with the [Stackdriver logging agent](https://cloud.google.com/logging/docs/agent)
66
-
-[vapor/console-kit](https://github.com/vapor/console-kit/) - print log messages to a terminal with stylized ([ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code)) output
67
-
- Your library? [Get in touch!](https://forums.swift.org/c/server)
61
+
| Repository | Handler Description|
62
+
| ----------- | ----------- |
63
+
|[IBM-Swift/HeliumLogger](https://github.com/IBM-Swift/HeliumLogger)|a logging backend widely used in the Kitura ecosystem |
64
+
|[ianpartridge/swift-log-**syslog**](https://github.com/ianpartridge/swift-log-syslog)| a [syslog](https://en.wikipedia.org/wiki/Syslog) backend|
65
+
|[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 |
66
+
|[chrisaljoudi/swift-log-**oslog**](https://github.com/chrisaljoudi/swift-log-oslog)| an OSLog [Unified Logging](https://developer.apple.com/documentation/os/logging) backend for use on Apple platforms |
67
+
|[Brainfinance/StackdriverLogging](https://github.com/Brainfinance/StackdriverLogging)| a structured JSON logging backend for use on Google Cloud Platform with the [Stackdriver logging agent](https://cloud.google.com/logging/docs/agent)|
68
+
|[vapor/console-kit](https://github.com/vapor/console-kit/)| print log messages to a terminal with stylized ([ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code)) output |
69
+
|[neallester/swift-log-testing](https://github.com/neallester/swift-log-testing)| provides access to log messages for use in assertions (within test targets) |
70
+
| Your library? |[Get in touch!](https://forums.swift.org/c/server)|
0 commit comments