printWarn static method

void printWarn(
  1. Object object
)

Implementation

static void printWarn(Object object) {
  _print("WARN", object);
}