com.atlassian.confluence.util
Class LoggingContextFilter
java.lang.Object
com.atlassian.core.filters.AbstractHttpFilter
com.atlassian.confluence.util.LoggingContextFilter
- All Implemented Interfaces:
- Filter
public class LoggingContextFilter
- extends com.atlassian.core.filters.AbstractHttpFilter
Servlet filter that adds some relevant contextual information to the Log4J Mapped Diagnostic Context
- See Also:
PatternLayoutWithContext
,
LoggingContext
Methods inherited from class com.atlassian.core.filters.AbstractHttpFilter |
destroy, doFilter, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggingContextFilter
public LoggingContextFilter()
doFilter
public void doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain filterChain)
throws IOException,
ServletException
- Specified by:
doFilter
in class com.atlassian.core.filters.AbstractHttpFilter
- Throws:
IOException
ServletException