DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
MIT License
3.94k stars 477 forks source link

Loggly support #177

Open SimonPickup opened 7 years ago

SimonPickup commented 7 years ago

Has anyone tried to specialise XCGLogger to send to Loggly. I may have a go, so any pointers to similar would be appreciated.

DaveWoodCom commented 7 years ago

Hi @sjpickup, I'm hoping to get an update out this weekend, with some additional log destinations. If I can fit it in, I'll add Loggly as well.

theladyjaye commented 7 years ago

This would be great! Really appreciate looking into it!

fassko commented 6 years ago

If this is still actual I was using myself this for Loggly:

Destination: https://gist.github.com/fassko/2e4852095a18498f8cd7a7c34b5e1836

Add destination: https://gist.github.com/fassko/85bb78fc8ed8a74bdfaf3e6949a33a82

I could try to add a PR as well if this looks OK?