A wrapper on top of process_call/3 with some logging facilities. If the process does not exit with error status 0, some special action is taken.
When logbase(Base) is specified, the standard output and error of the process is stored in files. The option show_logs(ShowLogs) indicates how logs are handled:
Usage:logged_process_call(Cmd,Args,Opts)
Like process_call/3, but saves logs of standard input and output, controlled by additonal Opts.