Class SessionDebugMessageUtils
- java.lang.Object
-
- com.oracle.coherence.spring.session.support.SessionDebugMessageUtils
-
public final class SessionDebugMessageUtils extends 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 String
createSessionEventMessage(SessionEvent event, org.springframework.session.MapSession session)
Create a common log message for session events.
-
-
-
Method Detail
-
createSessionEventMessage
public static String createSessionEventMessage(SessionEvent event, org.springframework.session.MapSession session)
Create a common log message for session events.- Parameters:
event
- must not be nullsession
- must not be null- Returns:
- log message.
-
-