e static method

void e(
  1. String? tag,
  2. Object? object
)

Implementation

static void e(String? tag,Object? object, ) {
  _printLog(tag??=_defTag, ' e ', object);
}