error static method
- String tag,
- String message
convenient function to print a message with log level ERROR and tag.
-
tagThe log tag. -
messageThe log message.
Implementation
static void error(String tag, String message) => $prototype.error(tag, message);