打印 Error 级别日志
static void e(Object object, {String tag = _defaultTag}) { log(LogLevel.error, object, tag: tag); }