error static method

void error(
  1. String tag,
  2. String message
)

convenient function to print a message with log level ERROR and tag.

  • tag The log tag.

  • message The log message.

Implementation

static void error(String tag, String message) => $prototype.error(tag, message);