Log4j has a NTEventLogAppender class. http://logging.apache.org/log4j/docs/api/org/apache/log4j/nt/NTEventLogA ppender.html
I don't know if this is usable via coldfusion. The NTEventLogAppender class uses a DLL to call the Windows API, the dll is distributed with log4j. If coldfusion has the dll, you might be in luck. -- Andrew -----Original Message----- From: Joseph Swenson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 2:09 PM To: CF-Talk Subject: Windows Event Log 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 the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:289093 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

