HeliumLogger icon indicating copy to clipboard operation
HeliumLogger copied to clipboard

A lightweight logging framework for Swift

Results 3 HeliumLogger issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...