Print info logs
static i(String message, {String tag = _DEFAULT_TAG_PREFIX}) { _log(INFO, tag, message); }