Joe
fun Logger.error(message: Any?, thr: Throwable? = null) { Crashlytics.log(message.toString()) AnkoLogger(loggerTag).error(message, thr) }