|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xmlbeans.impl.common.XBLogFactory
public final class XBLogFactory
Provides logging without clients having to mess with configuration/initialization.
Method Summary | |
---|---|
static XBLogger |
getLogger(java.lang.Class<?> theclass)
Get a logger, based on a class name |
static XBLogger |
getLogger(java.lang.String cat)
Get a logger, based on a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static XBLogger getLogger(java.lang.Class<?> theclass)
theclass
- the class whose name defines the log
public static XBLogger getLogger(java.lang.String cat)
cat
- the String that defines the log
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |