w static method

void w(
  1. Object message
)

Implementation

static void w(Object message) {
  logDef(LogType.warning, message);
}