@FunctionalInterface public static interface Logger.ChoiceOfMessageSupplier
Modifier and Type | Method and Description |
---|---|
String |
get(boolean isVerbose)
Provide two possible versions of a message
String , depending on the
level of detail desired. |