Groovy 1.8.3

groovy.util.logging
[Java] Class Log4j.Log4jLoggingStrategy

java.lang.Object
  groovy.util.logging.Log4j.Log4jLoggingStrategy
All Implemented Interfaces:
LoggingStrategy

public static class Log4j.Log4jLoggingStrategy

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.