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.
///