Logging: add an option to turn logging off altogether (PR #8596)
Closes #8516
- Log level 100 can be used to switch to null logger if no logging flag is turned on via command-line switches.
- Add a new command-line switch (--no-logging) that'll completely turn off logging functionality.