verbose

fun KLogger.verbose(throwable: Throwable? = null, message: () -> Any?)

verbose is generally considered a synonym of trace, so to stay in line with typical logging frameworks on Android, we add this convenience function