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.
StackTrace      coldfusion.runtime.UndefinedVariableException: Variable
DEBUGGER is undefined. at
coldfusion.runtime.CfJspPage._get(CfJspPage.java:377) at
coldfusion.runtime.CfJspPage._get(CfJspPage.java:339) at
cftrace2ecfm1786375826.runPage(E:\cf9_final\cfusion\wwwroot\WEB-INF\cftags\t
race.cfm:194) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at
coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416) at
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at
cftrace2ecfm2140486297$funcDOTRACE.runFunction(C:\ColdFusion9\wwwroot\WEB-IN
F\cftags\trace.cfm:232) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:472) at
coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:
368) at
coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:55)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:321) at
coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:220) at
coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2582) at
cftrace2ecfm2140486297._factor1(C:\ColdFusion9\wwwroot\WEB-INF\cftags\trace.
cfm:40) at
cftrace2ecfm2140486297.runPage(C:\ColdFusion9\wwwroot\WEB-INF\cftags\trace.c
fm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231) at
coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:
56) at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271) at
coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722) at
cfFormDesignController2ecfc2073814296$funcUPDATEFORMMODEL.runFunctio

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

-----Original Message-----
From: Max Paperno [mailto:[email protected]] 
Sent: January-26-12 2:25 PM
To: cf-talk
Subject: [ANNOUNCE] CF-FireLogger


Hello all,

Please pardon the interruption but CF-Community is high on politics and low
on CF content.  I haven't posted to this list in at least 10 years, so I
might be out of practice :)

CF-FireLogger is a ColdFusion server-side library for the FireLogger
(http://firelogger.binaryage.com) Firebug extension. It enables logging of
information from within ColdFusion code directly to the Firebug/FireLogger
console. Think of it as the equivalent of JavaScript console.log() but for
your CF apps. An optional feature allows viewing of ColdFusions debugging
information in the console instead of inline. CF-FireLogger is a great
debugging tool for any situation, and is especially useful for "AJAX" style
applications where showing debug info inline isn't always an option.
CF-FireLogger can be used as a standalone feature, or integrated with CFs
built-in cftrace/trace() commands. CF-FireLogger can be used alongside the
ColdFire debugging output console, or as a replacement.

More details available here: http://www.wdg.us/cf-firelogger Get the code:
https://github.com/mpaperno/CF-FireLogger
Or at RIA Forge: http://cffirelogger.riaforge.org/

Cheers,
-Max



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:349636
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to