fun w(tag: String, vararg messages: Any) {
        log(tag, Log.WARN, null, *messages)
    }