apple / swift-log

A Logging API for Swift
https://apple.github.io/swift-log/
Apache License 2.0
3.48k stars 284 forks source link

Added swift-log-ecs to README.md #298

Closed rwbutler closed 2 months ago

rwbutler commented 4 months ago

I've created a new logging backend for SwiftLog in order to log in ECS Log format. Updated README.md to include the library.

Motivation:

I created the library for any own use with Vapor but hopefully it will be useful for others as well. Can be used independently of Vapor and chained with other LogHandlers.

Modifications:

Updated README.md to include swift-log-ecs in the list of libraries.

Result:

README.md will include swift-log-ecs in the list of libraries.

P.S. If a PR is not the correct way to let you know about new libraries let me know and I'll close the PR and resubmit in the appropriate manner.

PeterAdams-A commented 2 months ago

@swift-server-bot test this please