Skip to content

Commit fd6c6b3

Browse files
jordanebelangerktoso
authored andcommitted
Add StackdriverLogging to README (#93) #92
* Add StackdriverLogging to README * Switch the description in the README from using 'logger' to the 'logging backend' terminology
1 parent 6669bdf commit fd6c6b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ As the API has just launched, not many implementations exist yet. If you are int
6262
- [ianpartridge/swift-log-**syslog**](https://github.com/ianpartridge/swift-log-syslog) – a [syslog](https://en.wikipedia.org/wiki/Syslog) backend
6363
- [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
6464
- [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)
6566
- Your library? [Get in touch!](https://forums.swift.org/c/server)
6667

6768
## What is an API package?

0 commit comments

Comments
 (0)