From 96a2f8a0fa41e9e09af4585e2724c4e825410b91 Mon Sep 17 00:00:00 2001 From: Mikhail Kasianov <96941969+kasianov-mikhail@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:24:15 +0300 Subject: [PATCH] Add Scout to the list of available backends (#337) * Add Scout to the list of available backends * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 974cbf9..4e865f4 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ You can choose from one of the following backends to consume your logs. If you a | [CocoaLumberjack](https://github.com/CocoaLumberjack/CocoaLumberjack) | a fast & simple, yet powerful & flexible logging framework for macOS, iOS, tvOS and watchOS, which includes a logging backend for swift-log. | | [rwbutler/swift-log-ecs](https://github.com/rwbutler/swift-log-ecs) | a logging backend for logging in [ECS Log format](https://www.elastic.co/guide/en/ecs-logging/overview/current/intro.html). Compatible with [Vapor](https://github.com/vapor/vapor) and allows chaining of multiple LogHandlers. | | [ShipBook/swift-log-**shipbook**](https://github.com/ShipBook/swift-log-shipbook) | a logging backend that sends log entries to [Shipbook](https://www.shipbook.io) - Shipbook gives you the power to remotely gather, search and analyze your user logs and exceptions in the cloud, on a per-user & session basis. | +| [kasianov-mikhail/scout](https://github.com/kasianov-mikhail/scout) | CloudKit as a log storage | | Your library? | [Get in touch!](https://forums.swift.org/c/server) | ## What is an API package?