Update README.md
This commit is contained in:
parent
adae34d166
commit
928981bc32
|
@ -63,3 +63,7 @@ print(authPlugin.outputType) // URLRequest
|
||||||
let pluginTypes = urlRequest.pluginTypes
|
let pluginTypes = urlRequest.pluginTypes
|
||||||
print(pluginTypes) // [(input: Void, output: URLRequest)]
|
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.
|
||||||
|
|
Loading…
Reference in New Issue