- use unicode() instead of str() before logging call arguments
authorTony Mack <tmack@cs.princeton.edu>
Mon, 16 Oct 2006 20:41:02 +0000 (20:41 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Mon, 16 Oct 2006 20:41:02 +0000 (20:41 +0000)
commitb7db2809bc2e85a559ea634f59da2999db4075ce
treeec00e5d8fd489d7647b3dc8704731c6e8eb2b923
parentd1df8e3e85e270d9ba37310ce6ac1deb50d9f45e
- use unicode() instead of str() before logging call arguments
- change how calls are logged(no longer wrapped around __call__)
- logging is only done when PLC_API_DEBUG is set
PLC/Method.py