info method

void info(
  1. dynamic msg
)

Implementation

void info(msg) {
  log(Level.INFO, 'INFO - $msg');
}