I have a problem where I can trap an error in CFMX's application log but not in the w2k Eventlog even though the documentation states that I can.

Here is my code:

<cftry>
<cfexecute name="xyz" arguments="x" variable="xyz" timeout="1"></cfexecute>
<cfcatch>
<cflog type="Error" log="APPLICATION" text="hello_I_am_error" date="yes" time="YES">
</cfcatch>

Here is an excerpt from the documentation:

Under Logging Settings Page, there is a setting to "Use Operating System Logging Facilities" and it's description is "Log messages using your operating system logging facility (EventLog in Windows; syslog on Solaris, Linux, and HP-UX). ColdFusion log messages are also written to the standard ColdFusion MX log files."
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to