xdoclet.util
public final class LogUtil extends Object
Version: $Revision: 1.4 $
UNKNOWN: 4 mei 2002
Method Summary | |
---|---|
static Log | getLog(Class clazz, String name)
Returns an instance of Jakarta Commons Log object. |
Parameters: clazz Class (will use clazz.getName() to obtain the class name) name Method name
Returns: a logger for the specified class and method