just started using log4j in one of my home-projects and I was just about to break out the mouse and cut-and-paste (trace (str "entering: " function-name)) into every function in a large module. then the voice of reason caught up and said "there has simply got to be a better way"... I can think of making a macro that wraps a whole block of functions and adds the traces to them or something like that? Any advice from the wise Stack-overflowing-clojurians?
| |||
|
feedback
|
|
No need for a macro:
...or something similar. The most likely extra requirement would be to use Update 3: Here's an example from my REPL:
| |||||||
feedback
|