Sending Android logs to logging service

383 Views Asked by At

I'm writing an android app in kotlin, and using the standard Log class to write logs throughout my code. For example Log.e(...), Log.i(...) and so on. Sometimes I want to examine those logs, but I don't have access to the device.

Is there a standard way, or a library, where i can configure a destination for the logs? So they will be sent to my logging service like logz.io, newrelic, AWS cloudwatch, or my own backend?

0

There are 0 best solutions below