`

commons-logging

 
阅读更多
我想,这个包是Apache开源里面用的最多的包,被各种开源使用,因为这里使用发现机制。


1.	Cached  


2.	SystemProperty  


3.	Service  


4.	FileProperty  


5.	default  



那么优先级最高的使用System.setProperty,接下来是Service方式配置实现, 还有一种,也就是大家用的最多的commons-properties.propery, 这种方式最方便.
如果都没有,那么使用JDK14Logger实现。

可能有的人把log4j的jar加到项目组,就能用log4j了,有的呢还需要制定commons-properties, 还有的是用System属性也无效。

这里有一点要注意,有的服务器,第三方jar可能会重写LogFactoryImpl, 如果你使用Apache的实现,只需要添加jar就可以了,这也是为什么使用人多的原因,方便啊。
而且也渐渐成为了标准。
分享到:
评论

相关推荐

    commons-logging.jar

    commons-logging-1.0-javadoc.jar, commons-logging-1.0.1-javadoc.jar, commons-logging-1.0.1.jar, commons-logging-1.0.2-javadoc.jar, commons-logging-1.0.2.jar, commons-logging-1.0.3-javadoc.jar, commons-...

    commons-logging-1.2-bin.zip下载

    这个"commons-logging-1.2-bin.zip"压缩包包含了Apache Commons Logging库的1.2版本,这是一个稳定且广泛使用的版本。 Commons Logging 提供了一组接口和辅助类,使得应用程序可以透明地使用任何兼容的日志实现,...

    commons-logging-1.2-API文档-中英对照版.zip

    赠送jar包:commons-logging-1.2.jar; 赠送原API文档:commons-logging-1.2-javadoc.jar; 赠送源代码:commons-logging-1.2-sources.jar; 包含翻译后的API文档:commons-logging-1.2-javadoc-API文档-中文...

    log4j.jar和commons-logging.jar

    "log4j.jar" 和 "commons-logging.jar" 是两个非常著名的Java日志库,它们在Java日志处理中扮演着核心角色。 **log4j.jar** 是Apache软件基金会开发的一个开源日志框架,它为Java应用程序提供了灵活的日志记录解决...

    commons-logging-1.2_commonslogging_

    在标题"commons-logging-1.2_commonslogging_"中提到的"commons-logging-1.2.jar"就是这个库的1.2版本,它是Spring框架中常用的一个依赖,用于处理日志记录。 Spring框架广泛使用Commons Logging作为其默认的日志...

    commons-logging-1.1.3-API文档-中文版.zip

    赠送jar包:commons-logging-1.1.3.jar; 赠送原API文档:commons-logging-1.1.3-javadoc.jar; 赠送源代码:commons-logging-1.1.3-sources.jar; 赠送Maven依赖信息文件:commons-logging-1.1.3.pom; 包含翻译后...

    commons-logging-1.2

    在标题中提到的 "commons-logging-1.2" 是这个库的一个特定版本,它包含了对常见日志框架的封装,使得开发者可以更方便地切换或集成不同的日志实现。 在描述中提到的问题 "java.lang.NoClassDefFoundError: org/...

    commons-logging-1.2-API文档-中文版.zip

    赠送jar包:commons-logging-1.2.jar; 赠送原API文档:commons-logging-1.2-javadoc.jar; 赠送源代码:commons-logging-1.2-sources.jar; 包含翻译后的API文档:commons-logging-1.2-javadoc-API文档-中文...

    commons-logging-1.1.1-API文档-中文版.zip

    赠送jar包:commons-logging-1.1.1.jar 赠送原API文档:commons-logging-1.1.1-javadoc.jar 赠送源代码:commons-logging-1.1.1-sources.jar 包含翻译后的API文档:commons-logging-1.1.1-javadoc-API文档-中文...

    commons-logging-1.2-bin.zip

    在标题中提到的"commons-logging-1.2-bin.zip"是一个包含Commons Logging 1.2版本的二进制包,主要包含两个文件:`commons-logging-1.2.jar`和`commons-logging-1.2-javadoc.jar`。 1. `commons-logging-1.2.jar`:...

    spring-framework & commons-logging

    spring-framework & commons-logging spring-framework & commons-logging spring-framework & commons-logging spring-framework & commons-logging spring-framework & commons-logging spring-framework & ...

    commons-logging-1.1.3-API文档-中英对照版 (2).zip

    赠送jar包:commons-logging-1.1.3.jar; 赠送原API文档:commons-logging-1.1.3-javadoc.jar; 赠送源代码:commons-logging-1.1.3-sources.jar; 赠送Maven依赖信息文件:commons-logging-1.1.3.pom; 包含翻译后...

    commons-logging-1.1.1.jar和java-unrar-0.3.jar

    总之,"java-unrar-0.3.jar"和"commons-logging-1.1.1.jar"为Java开发者提供了处理RAR文件的强大工具,使得在Java环境中解压RAR文件变得简单易行,同时通过Commons Logging提供了灵活的日志记录机制。在项目中正确...

    Commons-logging + Log4j 使用

    `commons-logging`会自动检测并选择可用的日志实现,优先级通常是:已配置的`commons-logging.properties`、系统环境变量`org.apache.commons.logging.Log`、`log4j`库、JDK内置日志、最后是`commons-logging`自带的...

    commons-logging-1.1.3-bin.zip

    描述中的“commons-logging-1.1.3 jar”提到了核心的logging库本身,即commons-logging-1.1.3.jar。这个JAR文件包含了Commons Logging的API,开发者可以导入并使用这个库来编写日志代码。 标签“commons logging....

    commons-logging-1.0.4.jar 免费下载

    在给定的标题 "commons-logging-1.0.4.jar 免费下载" 中,我们讨论的是 Commons Logging 的一个特定版本,即 1.0.4。 在 Java 开发中,日志是非常关键的工具,用于记录应用程序运行时的信息,包括错误、警告、调试...

    commons-httpclient3.1.jar,commons-codec1.3.jar,commons-logging1.1.1.jar

    首先,`commons-logging-1.1.1.jar`为HTTP客户端提供日志服务;接着,`commons-codec-1.3.jar`提供编码和解码功能,使得HTTP请求和响应的数据能够正确处理;最后,`commons-httpclient-3.1.jar`作为主要的HTTP客户端...

    commons-logging-1.0.4.jar

    commons-logging-1.0.4.jar

    commons-modeler-XXX.jar、commons-logging-XXX.jar

    标题中的"commons-modeler-XXX.jar、commons-logging-XXX.jar"是指Apache Commons项目中的两个核心组件:Apache Commons Modeler和Apache Commons Logging的特定版本jar文件。这些文件是Java编程语言中的库,开发者...

Global site tag (gtag.js) - Google Analytics