标签: log4j slf4j
我是否必须分别设置log4j?
log4j
目前我有
@Slf4j public class Foo { ... logger.info("hello world");
,我希望 logger 成为 log4j的记录器。