d2 static method

void d2(
  1. Object? object, [
  2. String? tag
])

Implementation

static void d2(Object? object, [String? tag]) {
  _logger2 ??= newLog(4);
  _logger2?.e(object, tag);
}