public class LogbackConfigServlet
extends javax.servlet.http.HttpServlet
java.util.logging (which is global too).
Note: This servlet should have a lower load-on-startup value
in web.xml than ContextLoaderServlet, when using custom Logback
initialization.
Note that this class has been deprecated for containers implementing
Servlet API 2.4 or higher, in favor of LogbackConfigListener.WebLogbackConfigurer,
LogbackConfigListener,
Serialized Form| Constructor and Description |
|---|
LogbackConfigServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getServletInfo() |
void |
init() |
void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
This should never even be called since no mapping to this servlet should
ever be created in web.xml.
|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic void init()
init in class javax.servlet.GenericServletpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServletpublic String getServletInfo()
getServletInfo in interface javax.servlet.ServletgetServletInfo in class javax.servlet.GenericServletpublic void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
service in class javax.servlet.http.HttpServletIOExceptionCopyright © 2014. All Rights Reserved.