Douglas,
I'd include the counter, and any other variables in the VList attribute:
<CF_DEBUGGER ... VLIST="counter,total">
This will get logged (for example) as:
counter='2',total='327'
Anyway, you are really free to use INST (instance) and COMM (comments) any
way you like. They are just text fields (255 chars max, though). The VList
gets logged in a MEMO field, so you could log all of the variables displayed
by your mod_display_variables tags if you wanted. that;'s what I'm
considering now, for a 'verbose-mode' log.
Have fun,
Lee (Bjork) Borkman
http://bjork.net ColdFusion Tags by Bjork
-----Original Message-----
From: Douglas Smith [mailto:[EMAIL PROTECTED]]
OK, I see, so you use it to uniquely identify a request, since on a really
busy site, the time stamp itself may not be good enough. I was also
thinking it would be good inside of a loop, to put your counter in, so you
know which iteration of the loop you are on.
At 09:04 AM 10/13/00 +1100, BORKMAN Lee wrote:
>The INST (instance) attribute is just a text field that you can set to
>whatever you like. Typically, I create a random request.debuggerInst
string
>in my app_globals, like #randrange(1000,9999)#, in my app_globals and use
>that. This means that all debugger calls for a particular request get
>tagged with the same Instance. If you have CF_Debugger in a few places in
>one template, you can add a suffix to identify them.
IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee. It is confidential and may contain legally privileged
information. No confidentiality or privilege is waived or lost by any
mistaken transmission to you. If you receive this e-mail in error, please
immediately delete it from your system and notify the sender. You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient. The RTA is not responsible for any unauthorised alterations to
this e-mail or attachment to it.
------------------------------------------------------------------------------
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/fusebox or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.