The log4j team is working towards the official release of v1.2.12 which is
primarily a maintenance release with fixes for some annoying bugs. To this
end, the 1.2.12rc1 build has been created. This is not an official release,
it is a release candidate, and should be treated that way. It is provi
At 17:33 28.07.2005, James Stauffer wrote:
It could be your mail client. Try a text-based email client.
I tryied HTMLLayout and its perfect.
Regards,
Rafal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma
Thanx a lot for information. :)
Good software!
Xavier.
--- Scott Deboy <[EMAIL PROTECTED]> wrote:
> Changes in how log4j 1.3 serializes logging events
> have temporarily
> broken Chainsaw V2's ability to process
> file/line/method (or MDC) info
> when the source is a log4j 1.2.9 SocketAppender.
It could be your mail client. Try a text-based email client.
On 7/27/05, Rafal Kedziorski <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using SMTPAppender in my JBoss with this configuration:
>
>
>
>
> value="org.jboss.logging.appender.WarnLevelEventEvaluator"/>
>
Changes in how log4j 1.3 serializes logging events have temporarily
broken Chainsaw V2's ability to process file/line/method (or MDC) info
when the source is a log4j 1.2.9 SocketAppender. We're planning on
correcting this sometime in the near future (hopefully before log4j 1.3
is released as beta)
Found the error, has NOTHING to do with log4j. Sorry for bothering you with
this stupid question.
In my singleton, I have (safe implementation) :
Private static PersistenceManager instance = new PersistenceManager() ;
Private static Logger logger = Logger.getLogger( ... ) ;
Obviously, the log
Hi!
Can it happen that Logger.getLogger( X.class ) method call returns null???
This happens in my project, and I don't know why!
I have a PersistenceManager which is a singleton and it contains the
following log4j code:
private static final Logger logger = Logger.getLogger(
PersistenceManag
Hi,
sorry for this quite simple question but I'm using
ChainSaw 2, with Log4j 1.2.9.
All is fine except that I don't see the file, line,
method and class info in ChainSaw.
Before I used logFactor5 and in the log4j.properties
files I had one special line for the format.
Currently, I have only thi