org.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 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|