w static method

dynamic w(
  1. Object msg
)

Implementation

static w(Object msg) {
  _logger.w(msg);
}