public abstract static class LogASTTransformation.AbstractLoggingStrategy extends Object implements LogASTTransformation.LoggingStrategy
| Modifier and Type | Field and Description | 
|---|---|
| protected GroovyClassLoader | loader | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | LogASTTransformation.AbstractLoggingStrategy() | 
| protected  | LogASTTransformation.AbstractLoggingStrategy(GroovyClassLoader loader) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ClassNode | classNode(String name) | 
| String | getCategoryName(ClassNode classNode,
               String categoryName) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLoggerFieldToClass, isLoggingMethod, wrapLoggingMethodCallprotected final GroovyClassLoader loader
protected LogASTTransformation.AbstractLoggingStrategy(GroovyClassLoader loader)
protected LogASTTransformation.AbstractLoggingStrategy()
public String getCategoryName(ClassNode classNode, String categoryName)
getCategoryName in interface LogASTTransformation.LoggingStrategy