delba / Log

An extensible logging framework for Swift
MIT License
830 stars 63 forks source link

Logger instance hook for logging to different locations. #24

Open thedodd opened 7 years ago

thedodd commented 7 years ago

This is definitely one of the better and more flexible logging frameworks for client side swift. Awesome work.

It would be great, however, to add an abstraction which will allow you to assign multiple output locations. E.G., Instead of just logging to standard output, it would be nice to be able to take the same record and just send it to another logging service via https.

Happy to open a PR for this when I get the time.

triztian commented 6 years ago

I second this feature request