[logback-dev] [Bug 78] bad index in extract CallerData

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Jun 6 10:05:19 CEST 2007


http://bugzilla.qos.ch/show_bug.cgi?id=78


noreply.ceki at qos.ch changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from noreply.ceki at qos.ch  2007-06-06 10:05 -------
Hi Hans,

>From what you describe, it looks like the caller data is inaccessible due to
the fact that the processing of the event is done at a later time. If you look
into the ch.qos.logback.classic.spi.LoggingEvent class, you find a method
called
prepareForDeferredProcessing(), which as the name indicates, prepares the
logging event for later processing by initializing fields that can be correctly
initialized when the event is created and not later.

For some reason, the extraction of caller data is not part of the method, it
probably should be. 

Is it possible for you to build logback?


-- 
Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the logback-dev mailing list