eclipse日志

注意包别引入错:

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

private static final Logger log = LoggerFactory.getLogger(helloworld.class);
原文地址:https://www.cnblogs.com/suiyisuixing/p/8039616.html