Package org.apache.logging.log4j.message
Interface FlowMessage
-
- All Superinterfaces:
Message,java.io.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 messagejava.lang.StringgetText()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
-
-
-
-
Method Detail
-
getText
java.lang.String getText()
The message text like "Enter" or "Exit" used to prefix the actual Message.- Returns:
- message text used to prefix the actual Message.
-
getMessage
Message getMessage()
The wrapped message- Returns:
- the wrapped message
-
-