|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object it.imolinfo.jbi4ejb.LoggerFactory
public final class LoggerFactory
Factory class producing Logger
for various logging APIs, most notably
for Log4j and JDK 1.4 logging.
Method Summary | |
---|---|
static Logger |
getLogger(java.lang.Class clazz)
Returns a logger named corresponding to the class passed as parameter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Logger getLogger(java.lang.Class clazz)
clazz
- the returned Logger
will be named as this
class. Must be not null
.
clazz
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |