[Java] Class AbstractLoggingStrategy
- org.codehaus.groovy.transform.LogASTTransformation.AbstractLoggingStrategy
- All Implemented Interfaces and Traits:
- LoggingStrategy
public static abstract class LogASTTransformation.AbstractLoggingStrategy
Field Summary
Modifiers | Name | Description |
---|---|---|
protected GroovyClassLoader | loader |
Constructor Summary
Constructor and description |
---|
protected LogASTTransformation.AbstractLoggingStrategy
(GroovyClassLoader loader) |
protected LogASTTransformation.AbstractLoggingStrategy
() |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected ClassNode |
classNode(String name) | |
String |
getCategoryName(ClassNode classNode, String categoryName) |
Inherited Methods Summary
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 LogASTTransformation.AbstractLoggingStrategy(GroovyClassLoader loader)
protected LogASTTransformation.AbstractLoggingStrategy()
Method Detail
protected ClassNode classNode(String name)
public String getCategoryName(ClassNode classNode, String categoryName)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/transform/LogASTTransformation.AbstractLoggingStrategy.html