HeliumLogger
HeliumLogger copied to clipboard
A lightweight logging framework for Swift
I am using the HeliumStreamLogger with Swift-log Logging. I followed the README and used LoggingSystem.bootstrap(myStreamlogger.makeLogHandler). The LogHandler created from the above has a hard-coded .info level and it took me...
It would be great to support JSON formatted output, compatible with e.g. ElasticSearch / Kibana.
In an app using multiple dispatch queues it may be worth logging current queue with every message. Would you be willing to accept a PR if I consider adding this...