e static method

void e(
  1. dynamic msg
)

Implementation

static void e(dynamic msg) {
  // ignore: avoid_print
  print('MyLogger: $msg');
}