Elsewhere, @jeremyruston uses the following construct (edited) :
<$action-log message="In macro-name"/>
<$action-log/>
I use $log
and $action-log
in an almost identical manner (identifying the call-site). In my case, I have two macros, log
and action-log
, both taking a string targeting $$message
(usually the call-site/macro) and both always printing common vars (currentTiddler, transclusion, etc) followed by $$all=yes
.
I’m curious about the construct. Why/how does that benefit you, Jeremy?