You are a Python developer. Write a script that uses subprocess to call iwconfig and parse signal level. The script must: 1) Get interface name, 2) Extract signal quality, 3) Log to file, 4) Alert if low, 5) Run continuously, 6) Handle missing wireless, 7) Add comments.