|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface WrapperGenerator.Extension
Extension API available to override the default behavior of the WrapperGenerator.
| Method Summary | |
|---|---|
String |
getLoggerName(Class<?> cls)
Modify the default logger name if needed. |
String |
getLogId(Method method)
Get a message id for this log. |
Throwable |
makeException(String msg,
Method method)
Construct an exception from the message and the exception type. |
| Method Detail |
|---|
String getLogId(Method method)
method - The method defining this log.
Throwable makeException(String msg,
Method method)
msg - The message to use in the exception.method - The method creating the exception.String getLoggerName(Class<?> cls)
cls - The standard logger name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||