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

Field Summary
static String ROLE
           
 
Method Summary
 Logger createHierarchy(SarMetaData metaData, Configuration logs, ClassLoader classLoader)
          Create a Logger hierarchy for an applicaiton.
 

Field Detail

ROLE

public static final String ROLE
Method Detail

createHierarchy

public Logger createHierarchy(SarMetaData metaData,
                              Configuration logs,
                              ClassLoader classLoader)
                       throws Exception
Create a Logger hierarchy for an applicaiton.

Parameters:
metaData - the metaData describing applicaiton
logs - the configuration data for logs
classLoader - the ClassLoader for aapplication
Returns:
the configured Logger hierarchy
Throws:
Exception - if an error occurs


Copyright © 2001 Apache Jakarta Project. All Rights Reserved.