public abstract static class LogASTTransformation.AbstractLoggingStrategy extends java.lang.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(java.lang.String name) |
java.lang.String |
getCategoryName(ClassNode classNode,
java.lang.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 java.lang.String getCategoryName(ClassNode classNode, java.lang.String categoryName)
getCategoryName
in interface LogASTTransformation.LoggingStrategy
protected ClassNode classNode(java.lang.String name)