> If an error is caught by cftry/cfcatch is it logged in the server 
> or application log?

No, it's not, unless you do it yourself with CFLOG (in CF 5). In fact, it's
helpful to distinguish between exceptions (certain bad things that happen at
runtime) and errors. CFTRY and CFCATCH are used to handle exceptions; an
unhandled exception will generate an error.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to