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