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 |
---|---|
LogDistillation.Plugin[] |
LogDistillation.Group.getPlugins() |
abstract LogDistillation.Plugin |
Plugin.newInstance(LogDistiller.Plugin conf) |
static LogDistillation.Plugin |
Plugins.newInstance(LogDistiller.Plugin pluginConf)
Instanciates a new distillation plugin from its distiller configuration.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ReportFormat.PluginReport.beginPluginReport(LogDistillation.Plugin plugin,
String description) |
Modifier and Type | Class and Description |
---|---|
class |
FreqPlugin
Counts the frequency of each attribute's value.
|
class |
SamplingPlugin
Log sampling plugin: works like FreqPlugin, but saves some log events to a log file.
|
Copyright © 2004–2014. All rights reserved.