首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > Maven插件测井作为是slf4j的实现

Maven插件测井作为是slf4j的实现

  • 资源大小:8.17 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: maven 插件 实现 作为 测井 slfj

资 源 简 介

A SLF4J implementation which delegates to maven-plugin logging toolkit. Particularily useful when maven-plugin dependencies use slf4j, cause their logs aren"t available as maven-plugin logs. com.googlecode.slf4j-maven-plugin-log slf4j-maven-plugin-log 1.0.0 For optimal integration into your maven plugin, you"ll need to bind maven-plugin logger into SLF4J StaticLoggerBinder at the early beginning of your Mojo "execute" method : ``` public void execute() throws MojoExecutionException, MojoFailureException { // bind slf4j to maven log StaticLoggerBinder.getSingleton().setLog(getLog()); // your stuff here ... } ```
VIP VIP
  • Zzz 1天前 成为了本站会员

  • Katou Megumi 1天前 成为了本站会员

  • 1天前 成为了本站会员

  • 流浪 1天前 成为了本站会员

  • 也是一生 1天前 成为了本站会员

  • king666 2天前 成为了本站会员

  • ﹏約啶℡ 2天前 成为了本站会员

  • Long for 2天前 成为了本站会员

  • 2天前 成为了本站会员

  • 金. 2天前 成为了本站会员

0.173816s