logE method

dynamic logE()

Implementation

logE() {
  _logger.e(this.toString());
}