|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.simple.SimpleLoggerContextFactory
public class SimpleLoggerContextFactory
Constructor Summary | |
---|---|
SimpleLoggerContextFactory()
|
Method Summary | |
---|---|
LoggerContext |
getContext(String FQCN,
ClassLoader loader,
boolean currentContext)
Creates a LoggerContext . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleLoggerContextFactory()
Method Detail |
---|
public LoggerContext getContext(String FQCN, ClassLoader loader, boolean currentContext)
LoggerContextFactory
LoggerContext
.
getContext
in interface LoggerContextFactory
FQCN
- The fully qualified class name of the caller.loader
- The ClassLoader to use or null.currentContext
- If true returns the current Context, if false returns the Context appropriate
for the caller if a more appropriate Context can be determined.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |