fatal static method

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

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

  • tag The log tag.

  • message The log message.

Implementation

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