info static method

void info(
  1. String tag,
  2. String msg
)

Emits an info-level log with the given tag and msg.

Implementation

static void info(String tag, String msg) => _log('INFO', tag, msg);