美文网首页
log4j简单的练习

log4j简单的练习

作者: 螃蟹和骆驼先生Yvan | 来源:发表于2018-08-06 09:07 被阅读6次

    我今天测试了只加入依赖,简单测试确实可以打印日志:

    <!-- 解决slf4j和log4j2冲突-->
        <dependency>
          <groupId>org.apache.logging.log4j</groupId>
          <artifactId>log4j-slf4j-impl</artifactId>
          <version>2.6.2</version>
        </dependency>
    
    日志文件

    相关文章

      网友评论

          本文标题:log4j简单的练习

          本文链接:https://www.haomeiwen.com/subject/hthwvftx.html