mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 14:21:47 +00:00
Custom log declaration
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//CONF: lombok.log.custom.declaration = MyLoggerFactory.create(NAME,TOPIC,NULL,TYPE,TOPIC)
|
||||
@lombok.CustomLog(topic="t")
|
||||
class LoggerCustomLog {
|
||||
}
|
||||
|
||||
class MyLoggerFactory {
|
||||
static MyLoggerFactory create(String name, String t1, Object o, Class<?> clazz, String t2) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user