Jetty RequestLog in logback distribution

We were researching the implementation of logback as a Jetty RequestLog, and my colleague came upon an implementation written by "Ceki Gülcü, Sébastien Pennec". http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/package-summary.ht... http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/RequestLogImpl.htm... This is distributed as part of the logback release. And I found a posting from 2006 by Sébastien of his communication to the Jetty mail list about this. [Jetty-support] RequestLog configuration of the maven plugin http://markmail.org/message/llgeu4gnaub4ppgm#query:Jetty%20logback%20Request... Other than the API documentation, I did not find any other documentation or explaination on this subclass written for Jetty, ch.qos.logback.access.jetty.* Could someone elaborate on this? Is this complete code implementing Jetty's RequestLog interface? Thank you. -RG

I have not heard from anyone on this.
From what we can tell, it looks like a complete implementation of Jetty's RequestLog.
Can anyone provide any information regarding this? -RG Russell E Glaue wrote:
We were researching the implementation of logback as a Jetty RequestLog, and my colleague came upon an implementation written by "Ceki Gülcü, Sébastien Pennec".
http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/package-summary.ht... http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/RequestLogImpl.htm...
This is distributed as part of the logback release.
And I found a posting from 2006 by Sébastien of his communication to the Jetty mail list about this.
[Jetty-support] RequestLog configuration of the maven plugin http://markmail.org/message/llgeu4gnaub4ppgm#query:Jetty%20logback%20Request...
Other than the API documentation, I did not find any other documentation or explaination on this subclass written for Jetty, ch.qos.logback.access.jetty.*
Could someone elaborate on this? Is this complete code implementing Jetty's RequestLog interface?
Thank you. -RG _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user

Hello Russell, There is documentation at http://logback.qos.ch/access.html It should get you started. I hope this helps, Russell E Glaue wrote:
I have not heard from anyone on this.
From what we can tell, it looks like a complete implementation of Jetty's RequestLog.
Can anyone provide any information regarding this? -RG
Russell E Glaue wrote:
We were researching the implementation of logback as a Jetty RequestLog, and my colleague came upon an implementation written by "Ceki Gülcü, Sébastien Pennec".
http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/package-summary.ht... http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/RequestLogImpl.htm...
This is distributed as part of the logback release.
And I found a posting from 2006 by Sébastien of his communication to the Jetty mail list about this.
[Jetty-support] RequestLog configuration of the maven plugin http://markmail.org/message/llgeu4gnaub4ppgm#query:Jetty%20logback%20Request...
Other than the API documentation, I did not find any other documentation or explaination on this subclass written for Jetty, ch.qos.logback.access.jetty.*
Could someone elaborate on this? Is this complete code implementing Jetty's RequestLog interface?
Thank you. -RG _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
_______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
-- Ceki Gülcü Logback: The reliable, generic, fast and flexible logging framework for Java. http://logback.qos.ch

We are attempting to resolve the following Jetty JIRA: http://jira.codehaus.org/browse/JETTY-835 "Add an implementation of RequestLog that supports Log4j" In the discussion for this issue, logback was suggested as the best resource to resolve it. The RequestLogImpl class in logback, which is a logback implementation of JettyRequestLog for Jetty, satisfies this JIRA. Is their any obstacle from the logback community that keeps this code from being implemented as part of the Jetty base? It would only be necessary for Jetty to include the logback library, and then one could easily implement the RequestLogImpl class in the Jetty configuration as documented here: http://logback.qos.ch/access.html#jetty -RG Ceki Gulcu wrote:
Hello Russell,
There is documentation at http://logback.qos.ch/access.html
It should get you started.
I hope this helps,
Russell E Glaue wrote:
I have not heard from anyone on this.
From what we can tell, it looks like a complete implementation of Jetty's RequestLog.
Can anyone provide any information regarding this? -RG
Russell E Glaue wrote:
We were researching the implementation of logback as a Jetty RequestLog, and my colleague came upon an implementation written by "Ceki Gülcü, Sébastien Pennec".
http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/package-summary.ht... http://logback.qos.ch/apidocs/ch/qos/logback/access/jetty/RequestLogImpl.htm...
This is distributed as part of the logback release.
And I found a posting from 2006 by Sébastien of his communication to the Jetty mail list about this.
[Jetty-support] RequestLog configuration of the maven plugin http://markmail.org/message/llgeu4gnaub4ppgm#query:Jetty%20logback%20Request...
Other than the API documentation, I did not find any other documentation or explaination on this subclass written for Jetty, ch.qos.logback.access.jetty.*
Could someone elaborate on this? Is this complete code implementing Jetty's RequestLog interface?
Thank you. -RG _______________________________________________ Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
Logback-user mailing list Logback-user@qos.ch http://qos.ch/mailman/listinfo/logback-user
participants (2)
-
Ceki Gulcu
-
Russell E Glaue