logEr static method

void logEr(
  1. dynamic msg
)

Logs an error message

Implementation

static void logEr(var msg) => _log.e(msg);