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 should look like this:
 
220   ERROR [TestRunner-Thread] datamodel.DataModelKunden.getKundenName() - Adresse ist null!
 
How can I do that?

Mit freundlichen Grüssen

Beat Friedli

 

Reply via email to