catch (Exception e) {
logger.error ("something wrong", e);
// or
logger.debug ("something wrong", e);
...
}On 10/26/06, Mississippi John Hurt <[EMAIL PROTECTED]> wrote:
If I log the e.getStackTrace().toString() it just shows the object hash. How can I get the output of the e.printStackTrace() to a log4j file. Thanks!
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
