w static method

void w(
  1. String text
)

Implementation

static void w(String text) {
  if (_enableLogs) {
    _printWarning(getFormattedText(text));
  }
}