[Java] Class LogASTTransformation.AbstractLoggingStrategy

  • org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
All Implemented Interfaces and Traits:
LogASTTransformation.LoggingStrategy
public static abstract class LogASTTransformation.AbstractLoggingStrategy

Field Summary

Fields
Modifiers Name Description
protected GroovyClassLoader loader

Constructor Summary

Constructors
Constructor and description
protected AbstractLoggingStrategy (GroovyClassLoader loader)
protected AbstractLoggingStrategy ()

Methods Summary

Methods
Type Params Return Type Name and description
protected ClassNode classNode(String name)
public String getCategoryName(ClassNode classNode, String categoryName)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Field Detail

protected final GroovyClassLoader loader

Constructor Detail

protected AbstractLoggingStrategy(GroovyClassLoader loader)

protected AbstractLoggingStrategy()

Method Detail

protected ClassNode classNode(String name)

@Override public String getCategoryName(ClassNode classNode, String categoryName)