e static method

void e(
  1. dynamic msg
)

Implementation

static void e(dynamic msg) {
  if (_isDebug) _logger.e(msg);
}