| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectxdoclet.util.LogUtilpublic final class LogUtilextends java.lang.ObjectMethod Summary | |
static Log |
|
public static Log getLog(Class clazz,
String name)Returns an instance of Jakarta Commons Log object. For now simply return the classname + name as a log.
- Parameters:
clazz- Class (will use clazz.getName() to obtain the class name)name- Method name
- Returns:
- a logger for the specified class and method
| http://xdoclet.sourceforge.net/ |