New Logger new_release (#64)
* add loggin
* create log file in tmp path
* add logger file
* remove file and line description in log file
* fix stdout output to pass pytests
* added print function along with logging function; added the logging.exception function to catch the raise exception.
* logger fix to remove redundant prints
* fix handlers
* Refactored logger and cli
* Test -w x -d args
* Decoupled stdout from file log
* Use tempfile for log
* Fixed logic for delOutputFiles()
Co-authored-by: lkagami <lucianopkagami@hotmail.com>