Package org.apache.struts2.util
Class DebugUtils
java.lang.Object
org.apache.struts2.util.DebugUtils
- Since:
- 6.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidClears the logged-keys cache to prevent memory leaks during hot redeployment.static voidlogWarningForFirstOccurrence(String key, org.apache.logging.log4j.Logger log, String msg, Object... args) static voidnotifyDeveloperOfError(org.apache.logging.log4j.Logger log, Object action, String message)
-
Constructor Details
-
DebugUtils
public DebugUtils()
-
-
Method Details
-
clearCache
public static void clearCache()Clears the logged-keys cache to prevent memory leaks during hot redeployment. -
notifyDeveloperOfError
-
logWarningForFirstOccurrence
public static void logWarningForFirstOccurrence(String key, org.apache.logging.log4j.Logger log, String msg, Object... args) - Since:
- 7.0
-