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