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

    Modifier and Type
    Method
    Description
    If you use the request logger log functionality then this object should have a nice String representation.
  • Method Details

    • 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.