public interface ILogDownloadDirect
extends common.direct.IDirect
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
Copyright
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.String> |
find(java.lang.String applicationName,
com.engiweb.pm.dao.db.DAO dao)
This method retrieves the Log4j appenders for each category into the input parameter list.
|
static final java.lang.String COPYRIGHT
java.util.HashMap<java.lang.String,java.lang.String> find(java.lang.String applicationName, com.engiweb.pm.dao.db.DAO dao) throws com.engiweb.toolkit.common.BackendException
HashMap
contains an appender name as key and the path to the corresponding log file as value.categoryNames
- com.engiweb.toolkit.common.BackendException