public interface MessageSupplier
Messages.
This is a functional interface intended to support lambda expressions in log4j 2.
Implementors are free to cache values or return a new or distinct value each time the supplier is invoked.
| Modifier and Type | Method and Description |
|---|---|
Message |
get()
Gets a Message.
|
Message get()
Copyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.