Uses of Interface
org.apache.logging.log4j.message.EntryMessage
Packages that use EntryMessage
Package
Description
-
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 TypeMethodDescriptionvoidLogger.traceExit(EntryMessage message) Logs exiting from a method with no result.<R> RLogger.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 EntryMessageLogs entry to a method with location information.protected EntryMessageAbstractLogger.enter(String fqcn, String format, MessageSupplier... paramSuppliers) Deprecated.protected EntryMessageLogs entry to a method with location information.protected EntryMessageLogs entry to a method with location information.protected EntryMessageAbstractLogger.enter(String fqcn, MessageSupplier messageSupplier) Deprecated.protected EntryMessageprotected EntryMessageAbstractLogger.entryMsg(String format, MessageSupplier... paramSuppliers) protected EntryMessageAbstractLogger.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 TypeMethodDescriptionvoidAbstractLogger.traceExit(EntryMessage message) <R> RAbstractLogger.traceExit(EntryMessage message, R result)