error static method

dynamic error(
  1. String message
)

Implementation

static error(final String message) {
  logger.shout(message);
}