|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jpublish.util.LogSystem
The log system will attempt to find the log properties file based on the log path from the servlet init. If the file cannot be found through this method then it will look for it in the WEB-INF directory. Finally if no file can be found then it will use the BasicConfigurator.
Field Summary | |
static com.anthonyeden.lib.log.Logger |
syslog
|
Constructor Summary | |
LogSystem(java.lang.String logPathFromInit,
java.io.File webInfFile)
Construct and initialize the LogSystem. |
Method Summary | |
void |
load()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static com.anthonyeden.lib.log.Logger syslog
Constructor Detail |
public LogSystem(java.lang.String logPathFromInit, java.io.File webInfFile)
logPathFromInit
- The servlet init log path or nullwebInfFile
- The File representing the WEB-INF directoryMethod Detail |
public void load()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |