[fixes #2469] Support static reference as logger topic

This commit is contained in:
Rawi01
2020-07-02 23:08:41 +02:00
committed by Roel Spilker
parent e4ec9e6648
commit 9425e99b49
34 changed files with 279 additions and 37 deletions
@@ -3,6 +3,11 @@
class LoggerCustomLog {
}
@lombok.CustomLog(topic=LoggerCustomLogWithStaticField.TOPIC)
class LoggerCustomLogWithStaticField {
static final String TOPIC = "StaticField";
}
class MyLoggerFactory {
static MyLoggerFactory create(String name, String t1, Object o, Class<?> clazz, String t2) {
return null;