|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.figure8.join.util.LogUtil
public final class LogUtil
Logger factory.
| Constructor Summary | |
|---|---|
LogUtil()
|
|
| Method Summary | |
|---|---|
static org.apache.commons.logging.Log |
getLog(java.lang.Class clazz)
Returns an instance of Jakarta Commons Log object. |
static org.apache.commons.logging.Log |
getLog(java.lang.Class clazz,
java.lang.String name)
Returns an instance of Jakarta Commons Log object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogUtil()
| Method Detail |
|---|
public static org.apache.commons.logging.Log getLog(java.lang.Class clazz)
clazz - Class (will use clazz.getName() to obtain the class name)
public static org.apache.commons.logging.Log getLog(java.lang.Class clazz,
java.lang.String name)
clazz - Class (will use clazz.getName() to obtain the class name)name - Method name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||