org.apache.avalon.phoenix.interfaces
Interface LogManager
- All Known Implementing Classes:
- DefaultLogManager
- public interface LogManager
Interface that is used to manage Log objects for a Sar.
- Author:
- Peter Donald
ROLE
public static final String ROLE
createHierarchy
public Logger createHierarchy(SarMetaData metaData,
Configuration logs,
ClassLoader classLoader)
throws Exception
- Create a Logger hierarchy for an applicaiton.
- Parameters:
metaData
- the metaData describing applicaitonlogs
- the configuration data for logsclassLoader
- the ClassLoader for aapplication
- Returns:
- the configured Logger hierarchy
- Throws:
Exception
- if an error occurs
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.