19CALL_ERR_LITERAL = r"(?:(Log\s*\.*\s*(?:[diwefp])?\s*\(\s*(?:[^\"]+?|\"(?:[^\"]|\\\")*?\")\s*,\s*)([^\";]+?)(\s*(?:,\s*(?:.+?))?\s*\)\s*;))"# Message string is not a literal string | IDE will warn about numbers but will still compile
20CALL_ERR_BLANK = r"(?:(Log\s*\.*\s*(?:[diwefp])?\s*\(\s*)(\"\s*\")(\s*,.*?\)\s*;))"# Blank string ID