xdoclet.util
Class Log

java.lang.Object
  |
  +--xdoclet.util.Log

public final class Log
extends java.lang.Object

Version:
$Revision: 1.2 $
Author:
Ara Abrahamian (ara_e@email.com)

Constructor Summary
Log()
           
 
Method Summary
static org.apache.log4j.Category getCategory(java.lang.Class clazz, java.lang.String name)
          Returns an instance of log4j Category object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

getCategory

public static org.apache.log4j.Category getCategory(java.lang.Class clazz,
                                                    java.lang.String name)
Returns an instance of log4j Category object. For now simply return the classname+name as a Category.
Parameters:
clazz - Description of Parameter
name - Description of Parameter
Returns:
The Category value