public static class Slf4j.Slf4jLoggingStrategy extends Object implements LogASTTransformation.LoggingStrategy
| Constructor and Description |
|---|
Slf4j.Slf4jLoggingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
FieldNode |
addLoggerFieldToClass(ClassNode classNode,
String logFieldName)
In this method, you are given a ClassNode and a field name, and you must add a new Field
onto the class.
|
boolean |
isLoggingMethod(String methodName) |
Expression |
wrapLoggingMethodCall(Expression logVariable,
String methodName,
Expression originalExpression) |
public FieldNode addLoggerFieldToClass(ClassNode classNode, String logFieldName)
LogASTTransformation.LoggingStrategyaddLoggerFieldToClass in interface LogASTTransformation.LoggingStrategyclassNode - the class that was originally annotated with the Log transformation.logFieldName - the name of the logger fieldpublic boolean isLoggingMethod(String methodName)
isLoggingMethod in interface LogASTTransformation.LoggingStrategypublic Expression wrapLoggingMethodCall(Expression logVariable, String methodName, Expression originalExpression)
wrapLoggingMethodCall in interface LogASTTransformation.LoggingStrategy