Class WrapperLogFileChangedEvent

All Implemented Interfaces:
Serializable

public class WrapperLogFileChangedEvent extends WrapperLoggingEvent
WrapperLogFileChangedEvent are fired whenever the log file used by the Wrapper is changed. This can happen due to nightly log rotation for example.
Author:
Tanuki Software Development Team <support@tanukisoftware.com>
See Also:
  • Constructor Details

    • WrapperLogFileChangedEvent

      public WrapperLogFileChangedEvent(File logFile)
      Creates a new WrapperLogFileChangedEvent.
      Parameters:
      logFile - The log file.
  • Method Details

    • getLogFile

      public File getLogFile()
      Returns the updated log file name.
      Returns:
      The updated log file name.
    • toString

      public String toString()
      Returns a string representation of the event.
      Overrides:
      toString in class EventObject
      Returns:
      A string representation of the event.