| Package | Description |
|---|---|
| net.sf.logdistiller |
Main classes for LogDistiller.
|
| net.sf.logdistiller.logtypes |
Parsers for different types of log files.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LogType.Basic
Basic logtype definition that does not provide any parameters for customization.
|
| Modifier and Type | Field and Description |
|---|---|
protected LogType |
LogEventTestCase.logtype |
| Modifier and Type | Field and Description |
|---|---|
static List<LogType> |
LogTypes.ALL |
static Map<String,LogType> |
LogTypes.MAP |
| Modifier and Type | Method and Description |
|---|---|
LogType |
LogType.Description.getLogType() |
static LogType |
LogTypes.getLogType(String id) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<LogType> |
LogTypes.defineLogTypes()
get the
LogType instances defined by this extension. |
static List<LogType> |
LogTypes.getAllLogTypes()
get all the log types defined (predefined and custom).
|
| Constructor and Description |
|---|
LogType.Description(LogType logtype,
String[] attributeNames)
Create a new LogType description.
|
| Modifier and Type | Field and Description |
|---|---|
static LogType |
BaseLogTypes.JBOSS |
static LogType |
BaseLogTypes.LOG4J_XML |
static LogType |
SimpleLineLogEvent.LOGTYPE |
static LogType |
Log4jXmlLogEvent.LOGTYPE |
static LogType |
OracleAlertLogEvent.LOGTYPE |
static LogType |
SyslogLogEvent.LOGTYPE |
static LogType |
JBossLogEvent.LOGTYPE |
static LogType |
WeblogicLogEvent.LOGTYPE |
static LogType |
BaseLogTypes.ORACLE_ALERT |
static LogType |
BaseLogTypes.SIMPLE_LINE |
static LogType |
BaseLogTypes.SYSLOG |
static LogType |
BaseLogTypes.WEBLOGIC |
| Modifier and Type | Method and Description |
|---|---|
List<LogType> |
BaseLogTypes.defineLogTypes() |
Copyright © 2004–2014. All rights reserved.