@JvmStatic
    fun d(tag: String, message: String) {
        log(Log.DEBUG, tag, message)
    }