Hey guys,

I know that Alan has added support for the cool Logger() method in the 
nightly build back in March, but I'm not sure that's made it into the 
primary 1.4 line.  At least when I try to use it errors ensue.  With that I 
am using a quick function to get a logger instance:

<cffunction name="getLog4j" output="false" access="private">
<cfreturn createObject("java", 
"org.apache.commons.logging.LogFactory").getLog("") />
</cffunction>

This works... mostly. The output is less than desirable, and was wondering 
where I might find a log4j.properties file to alter the logging output, if 
there is one. Any hints? I looked through the source ZIP and didn't seem to 
locate one.

-- 
official tag/function reference: http://openbd.org/manual/
 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to