Uses of Interface
org.apache.logging.log4j.message.EntryMessage
Packages that use EntryMessage
Package
Description
Public API for Log4j 2.
Public Message Types used for Log4j 2.
Internal interfaces and classes to be used by authors of logging implementations or for internal use by
API classes.
-
Uses of EntryMessage in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return EntryMessageModifier and TypeMethodDescriptionLogger.traceEntry()
Logs entry to a method.Logger.traceEntry
(String format, Object... params) Logs entry to a method along with its parameters.Logger.traceEntry
(String format, Supplier<?>... paramSuppliers) Logs entry to a method along with its parameters.Logger.traceEntry
(Message message) Logs entry to a method using a Message to describe the parameters.Logger.traceEntry
(Supplier<?>... paramSuppliers) Logs entry to a method along with its parameters.Methods in org.apache.logging.log4j with parameters of type EntryMessageModifier and TypeMethodDescriptionvoid
Logger.traceExit
(EntryMessage message) Logs exiting from a method with no result.<R> R
Logger.traceExit
(EntryMessage message, R result) Logs exiting from a method with the result. -
Uses of EntryMessage in org.apache.logging.log4j.message
Methods in org.apache.logging.log4j.message that return EntryMessageModifier and TypeMethodDescriptionDefaultFlowMessageFactory.newEntryMessage
(String format, Object... params) DefaultFlowMessageFactory.newEntryMessage
(Message message) FlowMessageFactory.newEntryMessage
(String message, Object... params) Creates a new entry message based on a format string with parameters.FlowMessageFactory.newEntryMessage
(Message message) Creates a new entry message based on an existing message.Methods in org.apache.logging.log4j.message with parameters of type EntryMessageModifier and TypeMethodDescriptionDefaultFlowMessageFactory.newExitMessage
(Object result, EntryMessage message) DefaultFlowMessageFactory.newExitMessage
(EntryMessage message) FlowMessageFactory.newExitMessage
(Object result, EntryMessage message) Creates a new exit message based on a return value and an existing entry message.FlowMessageFactory.newExitMessage
(EntryMessage message) Creates a new exit message based on no return value and an existing entry message. -
Uses of EntryMessage in org.apache.logging.log4j.spi
Methods in org.apache.logging.log4j.spi that return EntryMessageModifier and TypeMethodDescriptionprotected EntryMessage
Logs entry to a method with location information.protected EntryMessage
AbstractLogger.enter
(String fqcn, String format, MessageSupplier... paramSuppliers) Deprecated.protected EntryMessage
Logs entry to a method with location information.protected EntryMessage
Logs entry to a method with location information.protected EntryMessage
AbstractLogger.enter
(String fqcn, MessageSupplier messageSupplier) Deprecated.protected EntryMessage
protected EntryMessage
AbstractLogger.entryMsg
(String format, MessageSupplier... paramSuppliers) protected EntryMessage
AbstractLogger.traceEntry()
AbstractLogger.traceEntry
(String format, Object... params) AbstractLogger.traceEntry
(String format, Supplier<?>... paramSuppliers) AbstractLogger.traceEntry
(Message message) AbstractLogger.traceEntry
(Supplier<?>... paramSuppliers) Methods in org.apache.logging.log4j.spi with parameters of type EntryMessageModifier and TypeMethodDescriptionvoid
AbstractLogger.traceExit
(EntryMessage message) <R> R
AbstractLogger.traceExit
(EntryMessage message, R result)