Merge branch '5.2.x'
This commit is contained in:
@@ -103,7 +103,8 @@ public abstract class AbstractMonitoringInterceptor extends AbstractTraceInterce
|
||||
if (this.logTargetClassInvocation && clazz.isInstance(invocation.getThis())) {
|
||||
clazz = invocation.getThis().getClass();
|
||||
}
|
||||
return getPrefix() + clazz.getName() + '.' + method.getName() + getSuffix();
|
||||
String clazzName = clazz.getName();
|
||||
return getPrefix() + clazzName + '.' + method.getName() + getSuffix();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user