org.apache.avalon.excalibur.logger.util
Class LoggerUtil
java.lang.Object
org.apache.avalon.excalibur.logger.util.LoggerUtil
public class LoggerUtil
- extends Object
This class implements utility methods for building LoggerManager-s.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.3 $ $Date: 2004/03/10 13:54:51 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LoggerUtil
public LoggerUtil()
getFullCategoryName
public static String getFullCategoryName(String prefix,
String category)
- Generates a full category name given a prefix and category. Either may be
null.
- Parameters:
prefix
- Prefix or parent category.category
- Child category name.
Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.