Try changing it to logger.error(msg, exception). If that works then
you probably have your config setup incorrectly. I think trace is
between debug and info so you probably need to lower the level.
On 9/16/06, Mansour <[EMAIL PROTECTED]> wrote:
Hi everybody:
I am tring to use logger.trace(msg, exception) but I am getting
nothing. Nothing is being logged.
I am using in the same way I use logger.info () or logger.debug() . Some
thing like this:
try{
//do somehting
}catch (Exception e) { logger.trace("exception: ",e);}
I couldn't find tutorials or hints on how to start using it.
Any Idea's ??
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
James Stauffer http://www.geocities.com/stauffer_james/
Are you good? Take the test at http://www.livingwaters.com/good/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]