public class LoggingInterceptor extends java.lang.Object implements RequestInterceptor
| コンストラクタと説明 |
|---|
LoggingInterceptor() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
destroyed() |
java.util.List<java.lang.String> |
getNoStackTrace() |
java.lang.String[] |
getParamName() |
long |
getWarnLogThresholdOfExecutionTimeMillis() |
int |
getWarnLogThresholdOfSqlExecutionCount() |
void |
inited(ActionMappingService service,
Config config) |
void |
intercept(RequestInvocation invocation) |
boolean |
isPartsTrace() |
void |
setNoStackTrace(java.util.List<java.lang.String> noStackTrace) |
void |
setParamName(java.lang.String[] paramName) |
void |
setPartsTrace(boolean partsTrace) |
void |
setWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis) |
void |
setWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinterceptResultpublic void inited(ActionMappingService service, Config config)
public void destroyed()
public java.util.List<java.lang.String> getNoStackTrace()
public void setNoStackTrace(java.util.List<java.lang.String> noStackTrace)
public java.lang.String[] getParamName()
public void setParamName(java.lang.String[] paramName)
public boolean isPartsTrace()
public void setPartsTrace(boolean partsTrace)
public int getWarnLogThresholdOfSqlExecutionCount()
public void setWarnLogThresholdOfSqlExecutionCount(int warnLogThresholdOfSqlExecutionCount)
public long getWarnLogThresholdOfExecutionTimeMillis()
public void setWarnLogThresholdOfExecutionTimeMillis(long warnLogThresholdOfExecutionTimeMillis)
public void intercept(RequestInvocation invocation)
intercept インタフェース内 RequestInterceptor