Class SessionDebugMessageUtils
java.lang.Object
com.oracle.coherence.spring.session.support.SessionDebugMessageUtils
Contains utilities to create common log messages.
- Since:
- 3.0
- Author:
- Gunnar Hillert
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
createSessionEventMessage
(SessionEvent event, org.springframework.session.MapSession session) Create a common log message for session events.
-
Method Details
-
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.
-