At 02:55 PM 3/20/2005 +0100, you wrote: >Hi everyone, > >let me introduce myself: My name is Uli, i'm from Germany and i'm >student of computerscience and economics. > >I got a little curiosity with log4j. I am using the xml way to configure >log4j, and have quite a few appenders and all set up. For the most >Classes logging works as expected, but for a few, log4j is not able to >get the class name from the jvm. i have no idea why.
Did you compile with debug info? If not, then that would explain the behavior you see. Recompile with debug info enabled and it will work.
Jake
>
>I get the followin log entries:
>
>[java] 20.03.2005 13:41:22 [ ?:? :INFO ]
>
>The first question mark should be the classname and the second one the
>linenumber.
>
>I m running my tests via ant. on the linux console.
>
>Anyone any idea what i am doing wrong ?
>
>
>
>I am developing with eclipse on windows, there i got the same problem
>but somehow was
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
