|
Griffon 1.2.0 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface LoggingInjectionOperation.LoggingStrategy
A LoggingStrategy defines how to wire a new logger instance into an existing class. It is meant to be used with the
| Method Summary | |
|---|---|
boolean
|
isLoggingMethod(String methodName)
|
Expression
|
wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression, SourceUnit source)
|
| Method Detail |
|---|
public boolean isLoggingMethod(String methodName)
public Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression, SourceUnit source)
Groovy Documentation