public static class Commons.CommonsLoggingStrategy extends LogASTTransformation.AbstractLoggingStrategy
loader| Modifier | Constructor and Description | 
|---|---|
| protected  | Commons.CommonsLoggingStrategy(GroovyClassLoader loader) | 
| Modifier and Type | Method and Description | 
|---|---|
| FieldNode | addLoggerFieldToClass(ClassNode classNode,
                     String logFieldName,
                     String categoryName)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. | 
| boolean | isLoggingMethod(String methodName) | 
| Expression | wrapLoggingMethodCall(Expression logVariable,
                     String methodName,
                     Expression originalExpression) | 
classNode, getCategoryNameprotected Commons.CommonsLoggingStrategy(GroovyClassLoader loader)
public FieldNode addLoggerFieldToClass(ClassNode classNode, String logFieldName, String categoryName)
LogASTTransformation.LoggingStrategyclassNode - the class that was originally annotated with the Log transformation.logFieldName - the name of the logger fieldcategoryName - the name of the logging categorypublic boolean isLoggingMethod(String methodName)
public Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression)