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

您现在的位置是:虫虫源码 > Java > 对于java非常简单的日志

对于java非常简单的日志

  • 资源大小:7.52 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: java 简单 日志 非常 对于

资 源 简 介

NEWS esl4j version 2.0 released esl4j artifacts are available in maven central repository Overview This project is a simple and lightweight Java logging facade library that can be used as a logging abstraction layer. Any Java application or existing library using esl4j can seamlessly integrate with the underlying logging framework with no-code-change. It is also very easy and simple to plug and use any logging framework in Java applications. The core esl4j API doesn"t have a dependency on any thirdparty library, which makes it very lightweight. Usage Here is all that one needs to do in the code. ``` //Get a Logger instance Logger logger = LogManager.getLogger(MyClass.class); //Start logging logger.info("Hello world"); ``` Configuration Here is the one-line configuration to use the JDK logging framework. org.kamranzafar.esl4j.LogFact

文 件 列 表

esl4j
android
commons
esl4j
log4j
pom.xml
src
VIP VIP
0.197298s