info function

void info(
  1. String msg, [
  2. Context? ctx
])

Implementation

void info(String msg, [Context? ctx]) {
  _log.info(msg, ctx);
}