Class GatherLogsPlugin

All Implemented Interfaces:
PluginMBean, GatherLogsPluginMBean, DynamicMBean, MBeanRegistration, BaseObjectNamed, SelfEmailingMBean
Direct Known Subclasses:
ApacheLogsPlugin, GatherEveryLogPlugin, MigrationLogsPlugin, PublishMonitorLogsPlugin, WindchillLogsPlugin, WinDULogsPlugin

public abstract class GatherLogsPlugin extends AbstractPlugin implements GatherLogsPluginMBean
An abstract class used by plugins that need to gather a logs directory during data collection. This class wraps common functionality needed for plugins that execute to collect log directories. Plugins of this type will operate on logs with repsect to a date range.

Supported API: true

Extendable: true