thomasjball / PyExZ3

Python Exploration with Z3
Other
323 stars 50 forks source link

Z3 Wrapper Debug Logging Output #9

Closed GroundPound closed 9 years ago

GroundPound commented 9 years ago

Originally the z3_wrap.py debugging output would go to standard out through print statements guarded by a constant conditional statement.

I've replaced the print statements with DEBUG logging statements.