fun logException()

in toolargetool/src/main/java/com/gu/toolargetool/Logger.kt [11:19]


    fun logException(e: Exception)
}

/**
 * The default implementation of [Logger].
 *
 * @author [@sfriedenberg](https://github.com/friedenberg)
 */
class LogcatLogger(private val priority: Int = Log.DEBUG, private val tag: String = "TooLargeTool") : Logger {