@JvmStatic
    fun e(tag: String, message: String, tr: Throwable) {
        externalLogging(Log.ERROR, tag, message)
        externalLogging(Log.ERROR, tag, "Exception thrown: " + tr.message)
        Log.e(tag, message, tr)