Groovy 1.8.5

groovy.util.logging
[Java] Class Log.JavaUtilLoggingStrategy

java.lang.Object
  groovy.util.logging.Log.JavaUtilLoggingStrategy
All Implemented Interfaces:
LoggingStrategy

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

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.