• Guillaume Seguin's avatar
    WIP #561: Add log_path option to store log · 00e2ebf6
    Guillaume Seguin authored
    This commit changes the way the Tee in Pronterface works. When no log is
    specified, sys.stdout is redirected as before to a tee between the
    console panel and the true sys.stdout. When a log is specified,
    sys.stdout is untouched and logging output is saved in both the console
    panel and the log file.
    The side effect is that all output must now go through the logging
    module to properly get in the console panel and in the log.
    Now we have to catch all "print" statements =)
    00e2ebf6
Name
Last commit
Last update
images Loading commit data...
locale Loading commit data...
printrun Loading commit data...
screenshots Loading commit data...
testfiles Loading commit data...
testtools Loading commit data...
.gitignore Loading commit data...
COPYING Loading commit data...
NEWS.md Loading commit data...
README.cleanup Loading commit data...
README.i18n Loading commit data...
README.md Loading commit data...
TODO Loading commit data...
auth.config Loading commit data...
calibrateextruder.py Loading commit data...
custombtn.txt Loading commit data...
dot.pronsolerc.example Loading commit data...
gcodeplater.py Loading commit data...
plater.appdata.xml Loading commit data...
plater.desktop Loading commit data...
plater.ico Loading commit data...
plater.png Loading commit data...
plater.py Loading commit data...
printcore.py Loading commit data...
pronsole.appdata.xml Loading commit data...
pronsole.desktop Loading commit data...
pronsole.ico Loading commit data...
pronsole.png Loading commit data...
pronsole.py Loading commit data...
pronterface.appdata.xml Loading commit data...
pronterface.desktop Loading commit data...
pronterface.ico Loading commit data...
pronterface.png Loading commit data...
pronterface.py Loading commit data...
release_windows.bat Loading commit data...
requirements.txt Loading commit data...
setup.py Loading commit data...
setup_win.py Loading commit data...