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?