Question
log some messages or values inside the <cfscript>
Is there any way I can log some messages or values inside the <cfscript> for CF 6.1?
The following code has this error: "coldfusion.tagext.validation.AllowedAttributesException: Attribute validation error for tag CFLOG".
<cffunction name="doCFLog">
<cflog attributeCollection=arguments>
</cffunction>doCFLog(text='sometext', type='warning',application='yes', file='mylog');