error static method

void error(
  1. Object? message
)

Implementation

static void error(Object? message) => _root.log(Level.ERROR, message);