|
Log4j 1.3alpha-6 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.ugli.impl.Log4jLoggerFA
This factory adapter relies on log4's LogManager
to do its job.
Constructor Summary | |
Log4jLoggerFA()
|
Method Summary | |
ULogger |
getLogger(java.lang.String name)
Get a ULogger by name, by delegating all work to log4's
LogManager .
|
ULogger |
getLogger(java.lang.String domainName,
java.lang.String subDomainName)
Get a ULogger by domain and subdomain name, by delegating all work
to log4's LogManager .
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Log4jLoggerFA()
Method Detail |
public ULogger getLogger(java.lang.String name)
ULogger
by name, by delegating all work to log4's
LogManager
.
The implementation is trivial because log4j
loggers
directly implement the
ULogger
interface.
getLogger
in interface LoggerFactoryAdapter
public ULogger getLogger(java.lang.String domainName, java.lang.String subDomainName)
ULogger
by domain and subdomain name, by delegating all work
to log4's LogManager
.
The implementation is trivial because log4j
loggers
directly implement the
ULogger
interface.
getLogger
in interface LoggerFactoryAdapter
domainName
- subDomainName
-
|
Log4j 1.3alpha-6 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |