Interface IRequestLogger.ISessionLogInfo

  • Enclosing interface:
    IRequestLogger

    public static interface IRequestLogger.ISessionLogInfo
    This interface can be implemented in a custom session object. to give an object that has more information for the current session (state of session).
    Author:
    jcompagner
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getSessionInfo()
      If you use the request logger log functionality then this object should have a nice String representation.
    • Method Detail

      • getSessionInfo

        java.lang.Object getSessionInfo()
        If you use the request logger log functionality then this object should have a nice String representation. So make sure that the toString() is implemented for the returned object.
        Returns:
        The custom object stored in the request loggers current request.