commons-logging-1.2

时间:2021-08-01 09:26:05
【文件属性】:

文件名称:commons-logging-1.2

文件大小:347KB

文件格式:RAR

更新时间:2021-08-01 09:26:05

Apache DBCP Database

When writing a library it is very useful to log information. However there are many logging implementations out there, and a library cannot impose the use of a particular one on the overall application that the library is a part of. The Logging package is an ultra-thin bridge between different logging implementations. A library that uses the commons-logging API can be used with any logging implementation at runtime. Commons-logging comes with support for a number of popular logging implementations, and writing adapters for others is a reasonably simple task. Applications (rather than libraries) may also choose to use commons-logging. While logging-implementation independence is not as important for applications as it is for libraries, using commons-logging does allow the application to change to a different logging implementation without recompiling code. Note that commons-logging does not attempt to initialise or terminate the underlying logging implementation that is used at runtime; that is the responsibility of the application. However many popular logging implementations do automatically initialise themselves; in this case an application may be able to avoid containing any code that is specific to the logging implementation used.


【文件预览】:
commons-logging-1.2
----apidocs()
--------constant-values.html(16KB)
--------index.html(3KB)
--------overview-tree.html(11KB)
--------allclasses-noframe.html(2KB)
--------deprecated-list.html(7KB)
--------help-doc.html(9KB)
--------overview-summary.html(4KB)
--------package-list(59B)
--------overview-frame.html(847B)
--------allclasses-frame.html(3KB)
--------resources()
--------index-all.html(134KB)
--------serialized-form.html(12KB)
--------org()
--------stylesheet.css(11KB)
----commons-logging-1.2-javadoc.jar(155KB)
----LICENSE.txt(11KB)
----NOTICE.txt(177B)
----commons-logging-1.2.jar(60KB)
----RELEASE-NOTES.txt(1KB)

网友评论