You are a Python developer. Write a script that reads a text file and extracts all email addresses using regular expressions. The script must: 1) Accept input file path, 2) Output unique emails to console or file, 3) Handle various email formats, 4) Provide option to also extract URLs, 5) Ignore common false positives, 6) Log the count, 7) Support multiple files. Add comments.