com.ibm.websphere.logging.hpel.writer
Interface LogEventListener
- public interface LogEventListener
Field Summary
Modifier and Type | Field and Description |
---|---|
|
EVENTTYPEDELETE
|
|
EVENTTYPEROLL
|
|
REPOSITORYTYPELOG
|
|
REPOSITORYTYPETRACE
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
onLogFileAction(java.lang.String eventType,java.lang.String repositoryType,java.util.Date dateOldestLogRecord)
|
Field Detail
EVENTTYPEROLL
- static final java.lang.String EVENTTYPEROLL
See Also:
EVENTTYPEDELETE
- static final java.lang.String EVENTTYPEDELETE
See Also:
REPOSITORYTYPELOG
- static final java.lang.String REPOSITORYTYPELOG
See Also:
REPOSITORYTYPETRACE
- static final java.lang.String REPOSITORYTYPETRACE
See Also:
Method Detail
onLogFileAction
- void onLogFileAction(java.lang.String eventType,
- java.lang.String repositoryType,
- java.util.Date dateOldestLogRecord)