Groovy 1.8.5

groovy.util.logging
[Java] Class Commons.CommonsLoggingStrategy

java.lang.Object
  groovy.util.logging.Commons.CommonsLoggingStrategy
All Implemented Interfaces:
LoggingStrategy

public static class Commons.CommonsLoggingStrategy

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

addLoggerFieldToClass

public FieldNode addLoggerFieldToClass(ClassNode classNode, String logFieldName)


isLoggingMethod

public boolean isLoggingMethod(String methodName)


wrapLoggingMethodCall

public Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression)


 

Copyright © 2003-2011 The Codehaus. All rights reserved.