error static method

void error(
  1. String msg
)

Implementation

static void error(String msg) {
  _log(UnitRCLogLevel.error, msg);
}