jchristman / PyDA

Python binary DisAssembler
http://suntzuii.github.io/PyDA/
Other
26 stars 10 forks source link

Add Log File #49

Open jchristman opened 10 years ago

jchristman commented 10 years ago

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

JonathonReinhart commented 10 years ago

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