SessionLogger

Simple implementation of SessionSubscriber that just logs to a debug log.

API

SessionLogger.java
class SessionLogger {
  void log(Type type, String username, Date date, CausedBy causedBy, UUID sessionGuid, String httpSessionId)
}