logW method

dynamic logW()

Implementation

logW() {
  _logger.w(this.toString());
}