https://issues.apache.org/bugzilla/show_bug.cgi?id=51347

--- Comment #1 from Curt Arnold <[email protected]> 2011-06-15 05:03:27 UTC ---
File name and line number depend on debug information being present in the jar
file.  If you are recompiling the classes or rebuilding the jar file on the
other platform, then the problem is most likely that you are not compiling with
debug information included in the jar.  

If you are not recompiling, please let us know any additional information that
might assist.

Determining the file and line number requires generating an exception and then
interrogating it.  When it works (which depends on the code being compiled with
debugging info), it can be very expensive performance wise.  It is more
efficient to depend on logger names and unique messages to identify the origin
of the logging request.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to