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 |
AbstractLoggingStrategy() |
protected |
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, wait
addLoggerFieldToClass, isLoggingMethod, wrapLoggingMethodCall
protected final GroovyClassLoader loader
protected AbstractLoggingStrategy(GroovyClassLoader loader)
protected AbstractLoggingStrategy()
public String getCategoryName(ClassNode classNode, String categoryName)
getCategoryName
in interface LogASTTransformation.LoggingStrategy