Prints the error message with tag to the me.Log.
message
tag
static void error(String message, [String? tag]) { me.Log.error('${tag != null ? '[$tag]' : ''} $message'); _breadcrumb(message, tag, SentryLevel.error); }