I don't know of a way to get it to have the application natively write to the windows event log. But you could write a simple VBS file that reads in the log files from CF and then posts the information into the windows event log using the LogEvent method in WSH.
http://www.microsoft.com/technet/scriptcenter/guide/sas_log_akqy.mspx?mfr=true On 9/20/07, Joseph Swenson <[EMAIL PROTECTED]> wrote: > We are working on a unified logging server which traps syslogs and reads > windows event viewer via DCOM. The problem we are facing is that we want to > have our Coldfusion applications inside of our log. The nitty gritty is this: > > How do we get Coldfusion to post events and logs to the Windows Event Log > (new or same) instead of (or in additional to) its own internal logging. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki. http://labs/adobe.com/wiki/index.php/ColdFusion_8 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289084 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

