Print general logs
static v(String message, {String tag = _DEFAULT_TAG_PREFIX}) { _log(VERBOSE, tag, message); }