Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.plugins |
Plugins to extend LogDistiller's handling of event groups.
|
Modifier and Type | Method and Description |
---|---|
protected int |
ReportFormat.addPluginsGlobalReport(LogDistillation.Group group,
ReportFormat.PluginReport report) |
protected int |
ReportFormat.addPluginsGroupReport(LogDistillation.Group group,
ReportFormat.PluginReport report) |
abstract void |
LogDistillation.Plugin.appendGlobalReport(ReportFormat.PluginReport report)
Append a summary of this plugin instance results to the global report.
|
abstract void |
LogDistillation.Plugin.appendGroupReport(ReportFormat.PluginReport report)
Append a summary of this plugin instance results to the group report.
|
Modifier and Type | Method and Description |
---|---|
void |
FreqPlugin.appendGlobalReport(ReportFormat.PluginReport report) |
void |
FreqPlugin.appendGroupReport(ReportFormat.PluginReport report) |
protected void |
FreqPlugin.appendLinkToFreqReport(ReportFormat.PluginReport report)
Append links to freq reports, for freq extensions.
|
protected void |
SamplingPlugin.appendLinkToFreqReport(ReportFormat.PluginReport report) |
Copyright © 2004–2014. All rights reserved.