Correct logger class name to use runtime class

This commit is contained in:
Martin Prebio
2020-06-16 20:33:49 +02:00
parent 116c6c95cd
commit c100de2326

View File

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