Cocoalumberjack send warn/error logs to sentry

275 Views Asked by At

I want to do logging into my existing project. I want to know that If I add cocoalumberjack for logging how do I send warning logs and error logs automatically to sentry or firebase or any third party framework ?

1

There are 1 best solutions below

5
On

There's a sentry integration with Cocoalumberjack.

https://github.com/bruno-garcia/SentryCocoaLumberjack

Full disclosure: I'm the author.