|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SignatureFormatterContainer
A container class for SignatureFormatters. It will modify signature provided by a Logger instance
based on the SignatureFormatters it contains.
| Method Summary | |
|---|---|
void |
add(SignatureFormatter... formatters)
Adds the provided SignatureFormatters. |
void |
format(List<Object> arguments)
This will re-arrange and alter the signature provided into a new signature based on the SignatureFormatters
contained in this instance. |
| Method Detail |
|---|
void add(SignatureFormatter... formatters)
SignatureFormatters.
A SignatureFormatter can be shared among SignatureFormatterContainers. It is recommended to make
them thread-safe to simplify sharing.
void format(List<Object> arguments)
SignatureFormatters
contained in this instance. The exact mechanics of how this is done is left to the derived classes.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||