Hi all

 

I’ve habitually been using output=”no" at the top of my CFC methods to try and cut down on the amount of whitespace generated (it helps a lot).

 

but is there anyway to turn this to “yes” at runtime?

 

why? I’ve got a <cfset VARIABLES.debug = FALSE> at the top of the CFC’s that, when I turn to TRUE, displays various values out using simple CFOUTPUTs (eg: data going into queries, runtime values being passed from one method to another, etc).

 

-          but it doesn’t work with _ output=”no" _

 

If I can get the output sorted, I’ll replace the VARIABLES.debug with a passed in optional parameter to set the TRUE/FALSE.

 

any suggestions? anything that’s quick and simple, not a huge logging system

 

thanx

barry.b

(barry beattie)

Reply via email to