Package org.apache.logging.log4j.message
Interface FlowMessage
-
- All Superinterfaces:
Message,Serializable
- All Known Subinterfaces:
EntryMessage,ExitMessage
public interface FlowMessage extends Message
Flow messages- Since:
- 2.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessagegetMessage()The wrapped messageStringgetText()The message text like "Enter" or "Exit" used to prefix the actual Message.-
Methods inherited from interface org.apache.logging.log4j.message.Message
getFormat, getFormattedMessage, getParameters, getThrowable
-
-