com.ibm.websphere.logging.hpel.writer

Interface LogEventListener


  1. public interface LogEventListener
Interface for event listener including eNums on types. The listener will implement the method and be called any time a log event occurs.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
EVENTTYPEDELETE
  1. static
  2. java.lang.String
EVENTTYPEROLL
  1. static
  2. java.lang.String
REPOSITORYTYPELOG
  1. static
  2. java.lang.String
REPOSITORYTYPETRACE

Method Summary

Modifier and Type Method and Description
  1. void
onLogFileAction(java.lang.String eventType,java.lang.String repositoryType,java.util.Date dateOldestLogRecord)

Field Detail

EVENTTYPEROLL

  1. static final java.lang.String EVENTTYPEROLL
See Also:

EVENTTYPEDELETE

  1. static final java.lang.String EVENTTYPEDELETE
See Also:

REPOSITORYTYPELOG

  1. static final java.lang.String REPOSITORYTYPELOG
See Also:

REPOSITORYTYPETRACE

  1. static final java.lang.String REPOSITORYTYPETRACE
See Also:

Method Detail

onLogFileAction

  1. void onLogFileAction(java.lang.String eventType,
  2. java.lang.String repositoryType,
  3. java.util.Date dateOldestLogRecord)