Avoid using fmt.Println and instead switch to logging pre-checks with the provided logger.
Closes TUN-9371
## Summary This commit refactors some of the flags of cloudflared to their own module, so that they can be used across the code without requiring to literal strings which are much more error prone. Closes TUN-8914