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