|
Groovy 1.8.5 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgroovy.util.logging.Log.JavaUtilLoggingStrategy
public static class Log.JavaUtilLoggingStrategy
This class contains the logic of how to weave a Java Util Logging logger into the host class.
Method Summary | |
---|---|
FieldNode
|
addLoggerFieldToClass(ClassNode classNode, String logFieldName)
|
boolean
|
isLoggingMethod(String methodName)
|
Expression
|
wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Method Detail |
---|
public FieldNode addLoggerFieldToClass(ClassNode classNode, String logFieldName)
public boolean isLoggingMethod(String methodName)
public Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression)
Copyright © 2003-2011 The Codehaus. All rights reserved.