phone: 503.224.7496
Cell: 503.997.1367
Fax:503.222.0185
[EMAIL PROTECTED]
www.comotivsystems.com
-Original Message-
From: Scott Deboy [mailto:[EMAIL PROTECTED]
Sent: Thu 2/9/2006 8:36 PM
To: Log4J Users List
Subject: RE: Keeping debug-logs in error case
Th
Message-
From: Ron Grabowski [mailto:[EMAIL PROTECTED]
Sent: Thu 2/9/2006 5:50 PM
To: Log4J Users List
Subject: Re: Keeping debug-logs in error case
I don't know if log4j supports this, but in log4net its possible to
configure a BufferingForwardingAppender to record log messages at a
ce
I don't know if log4j supports this, but in log4net its possible to
configure a BufferingForwardingAppender to record log messages at a
certain threshold (ERROR for example). When a log entry of ERROR is
received, the preceeding 512 (user settable via the bufferSize
property) log messages of all le
How long would you keep debug statements waiting for an error to
happen? Would you want all debug statements or just for specific
loggers?
On 2/8/06, Liz <[EMAIL PROTECTED]> wrote:
> Spranger, Steffen gft-systems.de> writes:
>
>
>
> Hallo,
>
> I log communication to an external system with e.g
Spranger, Steffen gft-systems.de> writes:
Hallo,
I log communication to an external system with e.g. logger.debug(...).
In a catch-block I log errors by logger.error(...).
What I want is, not to keep all the debug-messages in good case, but =
keeping them in an error-case.
I'm wond
Hallo,
I log communication to an external system with e.g. logger.debug(...).
In a catch-block I log errors by logger.error(...).
What I want is, not to keep all the debug-messages in good case, but =
keeping them in an error-case.
I'm wondering if log4j can be configured (or our log statements