Ah, I see. :)
Thanks for your quick reply.
Vincent
On May 11, 8:54 pm, Rich Hickey wrote:
> On May 11, 2:20 pm, Vincent Akkermans
> wrote:
>
>
>
> > Hi all,
>
> > I'm building an application in which I want some function calls to be
> > logged. However, when I have function A and B (both will
On May 11, 2:20 pm, Vincent Akkermans
wrote:
> Hi all,
>
> I'm building an application in which I want some function calls to be
> logged. However, when I have function A and B (both will be logged)
> and A is called from B, I want the log to show this relation. I
> defined a small macro for th
Hi all,
I'm building an application in which I want some function calls to be
logged. However, when I have function A and B (both will be logged)
and A is called from B, I want the log to show this relation. I
defined a small macro for this purpose:
(def *hierarchy* [])
(def *action-id* nil)
(d