Closed nabicht closed 6 years ago
If turned on it should default to a file name that is _YYYYMMDD-HHmmss.log (no need for milliseconds/microseconds here).
Turn on with a command-line option -log
Also have ability to define log file name in command line. -logfile
Also have ability to define log file level in command line -loglevel
if logfile defines a path that does not exist then throw an error that is intelligible and don't start up.
limit log level allowed to debug/info/warning. I don't think we need to get more granular than this.
If turned on it should default to a file name that is_YYYYMMDD-HHmmss.log (no need for milliseconds/microseconds here).
Turn on with a command-line option -log
Also have ability to define log file name in command line. -logfile
Also have ability to define log file level in command line -loglevel