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