info method

void info(
  1. String s
)

Implementation

void info(String s) {
  _p(_s(s), LogLevel.info);
}