warn method

void warn(
  1. String s
)

Implementation

void warn(String s) {
  _p(yellowPen(_s(s)), LogLevel.warning);
}