elastic / ecs-logging

ECS Logging - Common resources and issues for the language specific ECS loggers
https://www.elastic.co/guide/en/ecs-logging/overview/master/intro.html
Apache License 2.0
42 stars 16 forks source link

Swift ECS Logging Implementation #80

Open rwbutler opened 5 months ago

rwbutler commented 5 months ago

Just wanted to drop you a message to let you know that I've created a Swift logging implementation for logging in ECS log format:

rwbutler/swift-log-ecs

It's intended to be used with Apple's SwiftLog.

I created it to use myself with server-side Swift (Vapor) but hopefully it will be of use to others as well. It can be combined with other log handlers allowing log messages to be sent to different logging backends.