e static method

void e(
  1. String tag,
  2. String content
)

Implementation

static void e(String tag, String content) {
  Alog.e(tag: tag, moduleName: moduleName, content: content);
}