eclipse-integration-gradle
eclipse-integration-gradle copied to clipboard
Groovy Editor doesn't support Log injection
Hi,
groovy itself has a feature to dynamically create a field log which is a logger, when annotating the class with @Log4j or @Log or @Slf..... This is currently not supported by the groovy editor, because if I use this and want to access log this reference could not be resolved.
Best regards Markus