Class PlatformRequestLog
java.lang.Object
org.apache.fineract.infrastructure.security.data.PlatformRequestLog
Immutable data object representing platform API request used for logging/debugging.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlatformRequestLogfrom(org.apache.commons.lang3.time.StopWatch task, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
PlatformRequestLog
public PlatformRequestLog()
-
-
Method Details
-
from
public static PlatformRequestLog from(org.apache.commons.lang3.time.StopWatch task, jakarta.servlet.http.HttpServletRequest request) throws IOException - Throws:
IOException
-