|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NameTransformer
When the methods return a name, the log requested from MLog.getLogger( XXX ) the logger actually acquired will be based on the String returned.
When the methods return null, no transformation will occur, and the logger that would have been returned without a transformer will be returned.
Implementing classes must have public, no-arg constructors, through which they will be instantiated.
| Method Summary | |
|---|---|
java.lang.String |
transformName()
|
java.lang.String |
transformName(java.lang.Class cl)
|
java.lang.String |
transformName(java.lang.String name)
|
| Method Detail |
|---|
java.lang.String transformName(java.lang.String name)
java.lang.String transformName(java.lang.Class cl)
java.lang.String transformName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||