Griffon 1.2.0

org.codehaus.griffon.compiler
[Java] Class LoggingInjectionOperation.Slf4jLoggingStrategy

java.lang.Object
  org.codehaus.griffon.compiler.LoggingInjectionOperation.Slf4jLoggingStrategy
All Implemented Interfaces:
LoggingStrategy

private static class LoggingInjectionOperation.Slf4jLoggingStrategy

Constructor Summary
LoggingInjectionOperation.Slf4jLoggingStrategy()

 
Method Summary
boolean isLoggingMethod(String methodName)

Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression, SourceUnit source)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LoggingInjectionOperation.Slf4jLoggingStrategy

LoggingInjectionOperation.Slf4jLoggingStrategy()


 
Method Detail

isLoggingMethod

public boolean isLoggingMethod(String methodName)


wrapLoggingMethodCall

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


 

Groovy Documentation