Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Custom logger for webapp?

I'm trying to set up a webapp with its own custom logger in 7.0 per  
the instructions at http://docs.codehaus.org/display/JETTY/Logging+Requests 
  (which are for an earlier release), but it appears that the API has  
changed. I get an error in the logs regarding the lack of an  
addHandler method (which I've confirmed in the javadocs).

What is the correct way to configure this under 7.0?

Thanks!
Andrew


Back to the top