mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-12 22:18:12 +00:00
[fixes #2469] Support static reference as logger topic
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user