public interface PropertyLoggingInterceptor
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getLogValueForProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
Replace the value of the property for logging purposes.
|
java.lang.Object getLogValueForProperty(java.lang.String propertyName, java.lang.Object propertyValue)
propertyName
- the name of the property that is being logged.propertyValue
- the value of the property that would be logged by default.