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