Interface ProcessLogEntryBehavior

All Known Implementing Classes:
DefaultProcessLogEntryBehavior

public interface ProcessLogEntryBehavior
Created 8/11/21 5:50 AM
  • Method Details

    • donePhase

      void donePhase()
    • finish

      void finish()
    • initialize

      void initialize(File aLogFile, String aElLogFileName, ErrSink aErrSink)
    • processLogEntry

      void processLogEntry(LogEntry aLogEntry)
    • processPhase

      void processPhase(String aPhase)
    • start

      void start()