Package org.apache.logging.log4j.message
Class DefaultFlowMessageFactory.SimpleEntryMessage
- java.lang.Object
-
- org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
-
- org.apache.logging.log4j.message.DefaultFlowMessageFactory.SimpleEntryMessage
-
- All Implemented Interfaces:
java.io.Serializable
,EntryMessage
,FlowMessage
,Message
- Enclosing class:
- DefaultFlowMessageFactory
private static final class DefaultFlowMessageFactory.SimpleEntryMessage extends DefaultFlowMessageFactory.AbstractFlowMessage implements EntryMessage
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SimpleEntryMessage(java.lang.String entryText, Message message)
-
Method Summary
-
Methods inherited from class org.apache.logging.log4j.message.DefaultFlowMessageFactory.AbstractFlowMessage
getFormat, getFormattedMessage, getMessage, getParameters, getText, getThrowable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.logging.log4j.message.FlowMessage
getMessage, getText
-
Methods inherited from interface org.apache.logging.log4j.message.Message
getFormat, getFormattedMessage, getParameters, getThrowable
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SimpleEntryMessage
SimpleEntryMessage(java.lang.String entryText, Message message)
-
-