Logging Wrapper Library (Version 1.0.3)

Jakarta Commons サブプロジェクトの Logging Wrapper Library コンポーネントは、アプリケーションコードの修正をせずともログ処理の実装を変更できるように、 拡張性を持った具体的なログ処理の実装に対するラッパー群を提供します。

参照:
          説明

パッケージ
org.apache.commons.logging 複数のログ処理APIをラップするシンプルなラッパーAPIです。
org.apache.commons.logging.impl commons-logging ラッパーAPIの具体的な実装です。

 

Jakarta Commons サブプロジェクトの Logging Wrapper Library コンポーネントは、アプリケーションコードの修正をせずともログ処理の実装を変更できるように、 拡張性を持った具体的なログ処理の実装に対するラッパー群を提供します。 そのため Commons Logging ベースのアプリケーションコードは、 ログ処理で別の実装を選んでも変更の必要がありません。

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パッケージの説明 を参照して下さい。

See the Package Description for the org.apache.commons.logging package for more information.

翻訳者:
日置 聡
校正者:
高橋 達男
翻訳状況:
校了


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation