Package lumis.util.log
Interface INavigationLogger
-
- All Known Implementing Classes:
BannerLogger
,NavigationLogger
public interface INavigationLogger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
logAccess(HttpServletRequest request, SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Logs an entry in the navigation log with the access information relative to the given request.
-
-
-
Method Detail
-
logAccess
void logAccess(HttpServletRequest request, SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Logs an entry in the navigation log with the access information relative to the given request.- Parameters:
request
- the request of the access to be logged.
-
-