org.apache.avalon.excalibur.logger.util
Class LoggerUtil

java.lang.Object
  extended by 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

Constructor Summary
LoggerUtil()
           
 
Method Summary
static String getFullCategoryName(String prefix, String category)
          Generates a full category name given a prefix and category.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerUtil

public LoggerUtil()
Method Detail

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 The Apache Software Foundation. All Rights Reserved.