Re: How see the methode-name in the Logefile

2001-08-20 Thread subhashini
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&

AW: How see the methode-name in the Logefile

2001-08-20 Thread Friedli Beat [UFA AG Her]
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

RE: How see the methode-name in the Logefile

2001-08-20 Thread Kenji Konaka
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(); }

RE: How see the methode-name in the Logefile

2001-08-20 Thread Timothy Mulle'
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

How see the methode-name in the Logefile

2001-08-20 Thread Friedli Beat [UFA AG Her]
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