Package org.codehaus.groovy.transform
Class LogASTTransformation.AbstractLoggingStrategy
- java.lang.Object
- 
- org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
 
- 
- All Implemented Interfaces:
- LogASTTransformation.LoggingStrategy
 - Direct Known Subclasses:
- LogASTTransformation.AbstractLoggingStrategyV2
 - Enclosing class:
- LogASTTransformation
 
 public abstract static class LogASTTransformation.AbstractLoggingStrategy extends Object implements LogASTTransformation.LoggingStrategy 
- 
- 
Field SummaryFields Modifier and Type Field Description protected GroovyClassLoaderloader
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractLoggingStrategy()protectedAbstractLoggingStrategy(GroovyClassLoader loader)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ClassNodeclassNode(String name)StringgetCategoryName(ClassNode classNode, String categoryName)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.codehaus.groovy.transform.LogASTTransformation.LoggingStrategyaddLoggerFieldToClass, isLoggingMethod, wrapLoggingMethodCall
 
- 
 
- 
- 
- 
Field Detail- 
loaderprotected final GroovyClassLoader loader 
 
- 
 - 
Constructor Detail- 
AbstractLoggingStrategyprotected AbstractLoggingStrategy(GroovyClassLoader loader) 
 - 
AbstractLoggingStrategyprotected AbstractLoggingStrategy() 
 
- 
 - 
Method Detail- 
getCategoryNamepublic String getCategoryName(ClassNode classNode, String categoryName) - Specified by:
- getCategoryNamein interface- LogASTTransformation.LoggingStrategy
 
 
- 
 
-