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