w static method

void w(
  1. dynamic msg
)

Implementation

static void w(dynamic msg) {
  if (_isDebug) _logger.w(msg);
}