@JvmStatic
    fun w(tag: String, message: String) {
        log(Log.WARN, tag, message)
    }