diff --git a/README.md b/README.md index 06e82f43..d4f1825c 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ As the API has just launched, not many implementations exist yet. If you are int | [crspybits/swift-log-file](https://github.com/crspybits/swift-log-file) | a simple local file logger (using `Foundation` `FileManager`) | | [sushichop/Puppy](https://github.com/sushichop/Puppy) | a logging backend that supports multiple transports(console, file, syslog, etc.) and has the feature with formatting and file log rotation | | [luoxiu/LogDog](https://github.com/luoxiu/LogDog) | user-friendly logging with sinks and appenders | +| [Apodini/swift-log-elk](https://github.com/Apodini/swift-log-elk) | a logging backend that formats, caches and sends log data to [elastic/logstash](https://github.com/elastic/logstash) | | Your library? | [Get in touch!](https://forums.swift.org/c/server) | ## What is an API package?