Hi, I am wondering if anyone can give me some advice on what is the best route to take. I am trying to design an method that would allow all messages that are created by CF (errors and so on) to captured and saved in a database for future use and debugging purposes. The reason I am trying to do is that I do not access to the production CF admin console so I cannot access the logs files and I have to open a work request with our web services team to have them download a copy of the log so that I can read it and this takes days for them to complete and by that time it is usually too late.
What I would like to do log each message that is produced into a database and also send an email to the developer with the message also. I would also love to be able to recreate the mailsent log so that I can tell when an email was sent. My problem is that I am confused as to what the differences are between TRY/Catch blocks and CFLOG and or a generic error page (CFERROR). Has anyone done this in their applications before and if you could you explain to me what is the best route to take. I like the log viewer that comes with MX as I can use the admin console on my Dev box but on my production server I cannot get to the log files. I have tried to write code to read them but it look like they are not in the same place as they are in development. I am running apps that are using CFMX 6.0 on one set of severs and CFMX 6.1 on another set of server -- waiting for later to upgrade to BlackStone. Thanks, Mario ============================================================================== This message is for the sole use of the intended recipient. If you received this message in error please delete it and notify us. If this message was misdirected, CSFB does not waive any confidentiality or privilege. CSFB retains and monitors electronic communications sent through its network. Instructions transmitted over this system are not binding on CSFB until they are confirmed by us. Message transmission is not guaranteed to be secure. ============================================================================== ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191790 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

