if you cannot use cflog and do not have access to the cfadmin then your only option is to create your own log, whether using log4j or cffile. if you just need to create a simple log, then cffile append will probably suffice. Just make sure you make a cleanup utility to delete old logs and rollover the logs each day, or you will end up with lots of wasted space and lots of redundant files.
On Fri, Sep 14, 2012 at 4:35 PM, morchella <[email protected]>wrote: > > are there any articles you could recomend. > my solution works but that sounds pretty slick. > i am googling "log4j ColdFusion" > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:352618 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

