error method

void error(
  1. dynamic msg
)

Implementation

void error(msg) => logging.error(msg, tag: tag);