Re: Logging patterns
2011-03-01 03:55:30 GMT
On Tue, Mar 1, 2011 at 2:59 AM, Ryan Graham <rxgraham <at> gmail.com> wrote:
I wanted to see if anyone can provide some advice on logging practices -- just general practices that seem to be working well for you all. In my scenario, I've setup a small pipeline processing mechanism where documents are passed through any number of XSLT stylesheets using transform:transform(). I typically store the results into a new collection in the database. I was wondering:
- If using transform:transform(), where are my <xsl:message> calls going?
- Do I have access to eXist modules/functions in my stylesheet when using transform:transform() if I declare the namespaces?
- Is it better to use util:log() / util:log-app()?
- Is a custom solution using XUpdate and logging directly to the database acceptable?
Dmitriy Shabanov
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Exist-open mailing list Exist-open <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/exist-open
RSS Feed