Interface TerminalInterceptor.TerminalLogger
-
- All Implemented Interfaces:
public interface TerminalInterceptor.TerminalLogger
-
-
Method Summary
-
-
Method Detail
-
log
abstract void log(boolean login, @Nullable() TerminalContext.Context context, @NotNull() HttpServletRequest request, @NotNull() HttpServletResponse response, @Nullable() Exception ex)
- Parameters:
login- login or logoutcontext- the contextrequest- the requestresponse- the responseex- the exception if throw in afterCompletion
-
-
-
-