public class RequestSpecificAppender
extends org.apache.log4j.AppenderSkeleton
| Constructor and Description |
|---|
RequestSpecificAppender() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(org.apache.log4j.spi.LoggingEvent event) |
void |
close() |
static void |
endRequest(String target) |
static String |
getBaseFileName() |
static boolean |
isRequestDebugEnabled(javax.servlet.http.HttpServletRequest request) |
boolean |
requiresLayout() |
static void |
startRequest(String target,
javax.servlet.http.HttpServletRequest request) |
public void close()
public boolean requiresLayout()
protected void append(org.apache.log4j.spi.LoggingEvent event)
append in class org.apache.log4j.AppenderSkeletonpublic static final void startRequest(String target, javax.servlet.http.HttpServletRequest request)
public static final boolean isRequestDebugEnabled(javax.servlet.http.HttpServletRequest request)
public static final void endRequest(String target)
public static final String getBaseFileName()
Copyright © 2013. All rights reserved.