TECTED]>
To: "'LOG4J Users Mailing List'" <[EMAIL PROTECTED]>
cc:
Subject: How see the methode-name in the Logefile
Currently my log-file-entries look the following:
220 ERROR [TestRunner-Thread] datamodel.DataModelKunden - Adresse ist
null!
---
I&
Beat [UFA AG Her]
[mailto:[EMAIL PROTECTED]]Sent: Monday, August 20, 2001 7:22
AMTo: 'LOG4J Users Mailing List'Subject: How see the
methode-name in the Logefile
Currently my
log-file-entries look the following:
220 ERROR [TestRun
hi! - slightly related:
is it possible to identify each of the object instances
involved in the method invocation chain? that is, if
I've had a log code like this:
public class Abc {
static void x() {
log();
}
static class B {
void y() {
x();
}
iling List'Subject: How see the
methode-name in the Logefile
Currently my
log-file-entries look the following:
220 ERROR [TestRunner-Thread]
datamodel.DataModelKunden - Adresse ist null!
---
I'd like not only
to see the class-name but also the method
Currently my
log-file-entries look the following:
220 ERROR [TestRunner-Thread]
datamodel.DataModelKunden - Adresse ist null!
---
I'd like not only to
see the class-name but also the methode-name. So that I find out quicker where
the problem is. The log-file-entries shoul