Package org.apache.logging.log4j.message
Interface Clearable
-
- All Known Implementing Classes:
ReusableObjectMessage,ReusableParameterizedMessage,ReusableSimpleMessage
interface ClearableClearableobjects may be reset to a reusable state. This type should be combined intoReusableMessageas a default method for 3.0.- Since:
- 2.11.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Resets the object to a clean state.
-