Print error logs
static e(String message, {String tag = _DEFAULT_TAG_PREFIX}) { _log(ERROR, tag, message); }