|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.simple.SimpleLoggerContext
public class SimpleLoggerContext
Field Summary | |
---|---|
protected static String |
DEFAULT_DATE_TIME_FORMAT
The default format to use when formating dates |
protected static String |
SYSTEM_PREFIX
All system properties used by SimpleLog start with this |
Constructor Summary | |
---|---|
SimpleLoggerContext()
|
Method Summary | |
---|---|
Object |
getExternalContext()
An anchor for some other context, such as a ServletContext. |
Logger |
getLogger(String name)
Returns a Logger. |
boolean |
hasLogger(String name)
Detects if a Logger with the specified name exists. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String DEFAULT_DATE_TIME_FORMAT
protected static final String SYSTEM_PREFIX
SimpleLog
start with this
Constructor Detail |
---|
public SimpleLoggerContext()
Method Detail |
---|
public Logger getLogger(String name)
LoggerContext
getLogger
in interface LoggerContext
name
- The name of the Logger to return.
public boolean hasLogger(String name)
LoggerContext
hasLogger
in interface LoggerContext
name
- The Logger name to search for.
public Object getExternalContext()
LoggerContext
getExternalContext
in interface LoggerContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |