Hi Brook, Very curious. Took me a minute, but that error message is actually from the original Adobe trace.cfm version (mine doesn't even use a variable called "debugger"). But what is really happening is that my version of trace.cfm is crashing and calling the native trace.cfm version to handle the error, which is then also crashing.
Do you still get an error using that cftrace tag if Firelogger is disabled? I'm guessing not. So I can re-create this-- what you're doing is instantiating a CFC into the application scope ( eg. application.x = new mycfc() ) and from within mycfc trying to do a cftrace. Is that right? It does work from with a CFC in the variables and request scopes, but I haven't tested others. Thanks, -Max -------- Original Message -------- Subject: Re: [ANNOUNCE] CF-FireLogger From: Brook Davies <[email protected]> To: cf-talk <[email protected]> Date: 1/27/2012 12:49 AM > > Hey Max, > > I set everything up according to the docs. I can see the output in > firelogger when I do this: > > <cfscript> console = new firelogger(debugMode=false, > debugLevel="info", fallbackLogMethod="trace-inline"); > console.log(arguments.commitArray); </cfscript> > > But when I try this: > > <cftrace var="commitArray" type="information" text="Starting > FormArray Commit" category="FormModel Update,silver,black" > inline="false" abort="false"> > > I get an error: > > Variable DEBUGGER is undefined. > > Note, this only happens when I try to call the TRACE() command from > within an application scoped CFC. When I run the same command from a > simple cfm template, it works as expected. Any idea why? > > Brook > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349638 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

