logD method

dynamic logD()

Implementation

logD() {
  _logger.d(this.toString());
}