public static interface LogASTTransformation.LoggingStrategyV2 extends LogASTTransformation.LoggingStrategy
| Modifier and Type | Method and Description |
|---|---|
FieldNode |
addLoggerFieldToClass(ClassNode classNode,
String fieldName,
String categoryName,
int fieldModifiers)
In this method, you are given a ClassNode, a field name and a category name, and you must add a new Field
onto the class.
|
addLoggerFieldToClass, getCategoryName, isLoggingMethod, wrapLoggingMethodCallFieldNode addLoggerFieldToClass(ClassNode classNode, String fieldName, String categoryName, int fieldModifiers)
classNode - the class that was originally annotated with the Log transformation.fieldName - the name of the logger fieldcategoryName - the name of the logging categoryfieldModifiers - the modifiers (private, final, et. al.) of the logger field