error static method

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

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

Implementation

static void error(String tag, String msg) => _log('ERROR', tag, msg);