Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.logtypes |
Parsers for different types of log files.
|
Modifier and Type | Field and Description |
---|---|
protected LogType.Description |
LogEventTestCase.description |
protected LogType.Description |
LogEvent.Factory.description |
Modifier and Type | Method and Description |
---|---|
LogType.Description |
LogEvent.Factory.getDescription() |
LogType.Description |
LogDistillation.getLogTypeDescription() |
abstract LogType.Description |
LogType.newDescription(Map<String,String> params)
Create a new log description customized with parameters.
|
LogType.Description |
LogType.Basic.newDescription(Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
void |
LogDistiller.checkLogtypeAttributes(LogType.Description description) |
void |
LogType.Basic.setDescription(LogType.Description description) |
Constructor and Description |
---|
FactoryMultiplexer(LogType.Description description) |
FactoryMultiplexer(LogType.Description description,
Comparator<LogEvent> logeventComparator) |
LogEvent.Factory(LogType.Description description,
String logSource) |
Modifier and Type | Field and Description |
---|---|
static LogType.Description |
SimpleLineLogEvent.DESCRIPTION |
static LogType.Description |
Log4jXmlLogEvent.DESCRIPTION |
static LogType.Description |
OracleAlertLogEvent.DESCRIPTION |
static LogType.Description |
SyslogLogEvent.DESCRIPTION |
static LogType.Description |
JBossLogEvent.DESCRIPTION |
Copyright © 2004–2014. All rights reserved.