@JvmStatic
    fun v(tag: String, message: String) {
        log(Log.VERBOSE, tag, message)
    }