I was able to remove the logging references from the util.Transformer implementations by creating a TransformerException and wrapping exceptions and passing them out to the application. This allows the implementor using the transformer to manage what to do with such exceptions. Ideally this also leaves room for the implementor of a Custom Transformer to do what they want without disturbing the statistical process upstream. I think this make allot more logical sense now.
The other places that logging is used is in the cummulativeProbability calculation of the various Distributions in o.a.c.m.stat.distribution. I could just remove these logging entries, but I concerned that this creates a loss of information, is anyone else concerned with this? Otherwise, I'd like to loose them.
-Mark -- Mark Diggory Software Developer Harvard MIT Data Center http://osprey.hmdc.harvard.edu
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
