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