Package org.languagetool.server
Class LoggingInterceptor
java.lang.Object
org.languagetool.server.LoggingInterceptor
- All Implemented Interfaces:
org.apache.ibatis.plugin.Interceptor
@Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="query",args={java.sql.Statement.class,org.apache.ibatis.session.ResultHandler.class}) @Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="update",args=java.sql.Statement.class) @Signature(type=org.apache.ibatis.executor.statement.StatementHandler.class,method="batch",args=java.sql.Statement.class)
public class LoggingInterceptor
extends Object
implements org.apache.ibatis.plugin.Interceptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate static final Pattern -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ibatis.plugin.Interceptor
plugin, setProperties
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
WHITESPACE_PATTERN
-
-
Constructor Details
-
LoggingInterceptor
public LoggingInterceptor()
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceorg.apache.ibatis.plugin.Interceptor- Throws:
Throwable
-