Warning: This is a facade provided for use by user code, not for implementation by user code. User implementations of this interface are highly likely to be incompatible with future releases of the product at both binary and source levels.
@volantis-api-include-in PublicAPI @volantis-api-include-in ProfessionalServicesAPI @volantis-api-include-in InternalAPIorg.apache.avalon.framework.logger.Logger#getChildLogger
method. The name of each category is relative to the component. For example, a component with an internal logging category named "data" would aquire a logger for that category using the m_logger.getChildLogger( "data" );
. The establishment of logging channels and targets for the returned channel is container concern facilities by type-level category declarations. Also associated with each Logger is a set of arbitrary attributes that can be used to store extra information about Logger requirements.
@author Avalon Development Team @version $Revision: 1.1.1.1 $ $Date: 2003/09/24 08:15:03 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|