PyDA icon indicating copy to clipboard operation
PyDA copied to clipboard

Add Log File

Open jchristman opened this issue 11 years ago • 1 comments

Should implement a logger because multiprocessing cannot access print in many cases. This will allow us to get information from the other processes.

jchristman avatar May 22 '14 05:05 jchristman

Would definitely recommend using Python's built-in logging module. It's very flexible as far as targets and verbosity go.

JonathonReinhart avatar May 22 '14 05:05 JonathonReinhart