Merge pull request #547 from bountin/function-registry-logger

Improve FunctionRegistry Logger
This commit is contained in:
Oleg Zhurakousky
2020-06-17 08:45:55 +02:00
committed by GitHub

View File

@@ -85,7 +85,7 @@ import org.springframework.util.StringUtils;
*/
public class SimpleFunctionRegistry implements FunctionRegistry, FunctionInspector {
Log logger = LogFactory.getLog(SimpleFunctionRegistry.class);
protected Log logger = LogFactory.getLog(this.getClass());
/**
* Identifies MessageConversionExceptions that happen when input can't be converted.