Class SessionDebugMessageUtils


  • public final class SessionDebugMessageUtils
    extends java.lang.Object
    Contains utilities to create common log messages.
    Since:
    3.0
    Author:
    Gunnar Hillert
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String createSessionEventMessage​(SessionEvent event, org.springframework.session.MapSession session)
      Create a common log message for session events.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createSessionEventMessage

        public static java.lang.String createSessionEventMessage​(SessionEvent event,
                                                                 org.springframework.session.MapSession session)
        Create a common log message for session events.
        Parameters:
        event - must not be null
        session - must not be null
        Returns:
        log message.