public static interface LogASTTransformation.LoggingStrategy
Modifier and Type | Method and Description |
---|---|
FieldNode |
addLoggerFieldToClass(ClassNode classNode,
java.lang.String fieldName)
In this method, you are given a ClassNode and a field name, and you must add a new Field
onto the class.
|
boolean |
isLoggingMethod(java.lang.String methodName) |
Expression |
wrapLoggingMethodCall(Expression logVariable,
java.lang.String methodName,
Expression originalExpression) |
FieldNode addLoggerFieldToClass(ClassNode classNode, java.lang.String fieldName)
classNode
- the class that was originally annotated with the Log transformation.fieldName
- the name of the logger fieldboolean isLoggingMethod(java.lang.String methodName)
Expression wrapLoggingMethodCall(Expression logVariable, java.lang.String methodName, Expression originalExpression)