Python log file name with timestamp
M7 n011dx specs
Files for jupyter-timestamp-filename, version 0.1.1; Filename, size File type Python version Upload date Hashes; Filename, size jupyter_timestamp_filename-0.1.1-py3-none-any.whl (1.6 kB) File type Wheel Python version py3 Upload date Jan 16, 2020
Jan 20, 2014 · C can do this, and also Python with the subprocess module, and probably any other language that can capture another process's standard output. If you're just trying to differentiate lines in the log from one run of app.exe and the next, then maybe you could just output a separator with the date and time to the log file, then capture app.exe output: