Uses of Interface
org.apache.logging.log4j.message.EntryMessage
-
Packages that use EntryMessage Package Description org.apache.logging.log4j org.apache.logging.log4j.message org.apache.logging.log4j.spi -
-
Uses of EntryMessage in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return EntryMessage Modifier and Type Method Description EntryMessageLogger. traceEntry()Logs entry to a method.EntryMessageLogger. traceEntry(String format, Object... params)Logs entry to a method along with its parameters.EntryMessageLogger. traceEntry(String format, Supplier<?>... paramSuppliers)Logs entry to a method along with its parameters.EntryMessageLogger. traceEntry(Message message)Logs entry to a method using a Message to describe the parameters.EntryMessageLogger. traceEntry(Supplier<?>... paramSuppliers)Logs entry to a method along with its parameters.Methods in org.apache.logging.log4j with parameters of type EntryMessage Modifier and Type Method Description voidLogger. 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 EntryMessage Modifier and Type Method Description EntryMessageDefaultFlowMessageFactory. newEntryMessage(String format, Object... params)EntryMessageDefaultFlowMessageFactory. newEntryMessage(Message message)EntryMessageFlowMessageFactory. newEntryMessage(String message, Object... params)Creates a new entry message based on a format string with parameters.EntryMessageFlowMessageFactory. newEntryMessage(Message message)Creates a new entry message based on an existing message.Methods in org.apache.logging.log4j.message with parameters of type EntryMessage Modifier and Type Method Description ExitMessageDefaultFlowMessageFactory. newExitMessage(Object result, EntryMessage message)ExitMessageDefaultFlowMessageFactory. newExitMessage(EntryMessage message)ExitMessageFlowMessageFactory. newExitMessage(Object result, EntryMessage message)Creates a new exit message based on a return value and an existing entry message.ExitMessageFlowMessageFactory. 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 EntryMessage Modifier and Type Method Description protected EntryMessageAbstractLogger. enter(String fqcn, String format, Object... params)Logs entry to a method with location information.protected EntryMessageAbstractLogger. enter(String fqcn, String format, MessageSupplier... paramSuppliers)Deprecated.protected EntryMessageAbstractLogger. enter(String fqcn, String format, Supplier<?>... paramSuppliers)Logs entry to a method with location information.protected EntryMessageAbstractLogger. enter(String fqcn, Message message)Logs entry to a method with location information.protected EntryMessageAbstractLogger. enter(String fqcn, MessageSupplier messageSupplier)Deprecated.protected EntryMessageAbstractLogger. entryMsg(String format, Object... params)protected EntryMessageAbstractLogger. entryMsg(String format, MessageSupplier... paramSuppliers)protected EntryMessageAbstractLogger. entryMsg(String format, Supplier<?>... paramSuppliers)EntryMessageAbstractLogger. traceEntry()EntryMessageAbstractLogger. traceEntry(String format, Object... params)EntryMessageAbstractLogger. traceEntry(String format, Supplier<?>... paramSuppliers)EntryMessageAbstractLogger. traceEntry(Message message)EntryMessageAbstractLogger. traceEntry(Supplier<?>... paramSuppliers)Methods in org.apache.logging.log4j.spi with parameters of type EntryMessage Modifier and Type Method Description voidAbstractLogger. traceExit(EntryMessage message)<R> RAbstractLogger. traceExit(EntryMessage message, R result)
-