Jakarta Commons サブプロジェクトの Logging Wrapper Library コンポーネントは、アプリケーションコードの修正をせずともログ処理の実装を変更できるように、 拡張性を持った具体的なログ処理の実装に対するラッパー群を提供します。 そのため Commons Logging ベースのアプリケーションコードは、 ログ処理で別の実装を選んでも変更の必要がありません。 {@primary The Logging Wrapper Library component of the Jakarta Commons subproject offers wrappers around an extensible set of concrete logging implementations, so that application code based on it does not need to be modified in order to select a different logging implementation.}
詳細については
org.apache.commons.logging の
パッケージの説明
を参照して下さい。
{@primary See the
Package Description for the org.apache.commons.logging
package for more information.}