Am Donnerstag, 29. März 2012, 15:55:11 schrieb Charles Duffy:
Howdy --
Is any mechanism available for queries to log errors out-of-band without modifying their return values?
Something like a wrapper around log4j would be perfect; right now I'm using file:append(), but as this requires my queries to know where the system administrator wants things to be logged to (which should be an entirely separate concern), it's very far from ideal.
Hi,
AFAIK, currently, there is no logging mechanism. But, maybe, you can access log4j using the Java bindings [1].
Regards, Dimitar