logWarning static method

void logWarning(
  1. String msg
)

Implementation

static void logWarning(String msg) {
  getLogger().w(msg);
}