Hi, new to this project, just wondering if supporting lombok in InvalidLogMessageFormat
falls into the scope of this issue?
For example, pmd reports 'missing arguments' on
public class Book { private static final Logger LOGGER = LoggerFactory.getLogger(Book.class); public void logMe() { LOGGER.info("Hello, %s!"); } }
...but not on
@Slf4j public class Book { public void logMe() { log.info("Hello, %s!"); } }
Thanks :)
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4