From 928981bc325c2debf923577f61b6840ee7f6cda5 Mon Sep 17 00:00:00 2001 From: Zach Date: Mon, 30 Jan 2023 21:16:33 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 488b3ef..203b452 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,7 @@ print(authPlugin.outputType) // URLRequest let pluginTypes = urlRequest.pluginTypes print(pluginTypes) // [(input: Void, output: URLRequest)] ``` + +## Projects Using Plugins + +- [Scribe](https://github.com/0xLeif/Scribe): Scribe is a flexible logging library for Swift, designed to make logging easy and efficient. It provides a centralized system for logging messages and events within your application, and supports multiple logging outputs and plugins to extend its capabilities to meet your needs. Scribe integrates with [swift-log](https://github.com/apple/swift-log) for console logging, making it a versatile solution for all your logging requirements.