error method

void error(
  1. dynamic msg
)

Implementation

void error(msg) {
  log(Level.ERROR, 'ERROR - $msg');
}