logI method

dynamic logI()

Implementation

logI() {
  _logger.i(this.toString());
}