Package | Description |
---|---|
net.sf.logdistiller |
Main classes for LogDistiller.
|
net.sf.logdistiller.logtypes |
Parsers for different types of log files.
|
net.sf.logdistiller.util |
Miscellaneous utilities for parsing files.
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryMultiplexer
Combines logevents fetched from multiple factories.
|
Modifier and Type | Field and Description |
---|---|
protected LogEvent.Factory |
LogEventTestCase.factory |
Modifier and Type | Method and Description |
---|---|
LogEvent.Factory |
LogEvent.getFactory() |
abstract LogEvent.Factory |
LogType.Description.newFactory(Reader reader,
String logSource)
Create a new LogEvent factory for a log stream corresponding to this log description.
|
protected LogEvent.Factory |
LogEventTestCase.newFactory(String name)
create a factory for a resource (read with platform encoding).
|
Modifier and Type | Method and Description |
---|---|
void |
FactoryMultiplexer.addFactory(LogEvent.Factory factory) |
void |
LogEventTestCase.checkDump(LogEvent.Factory factory,
BufferedReader reader) |
void |
LogEventTestCase.checkDump(LogEvent.Factory factory,
String name) |
static int |
LogEventTestCase.dump(LogEvent.Factory factory,
File file)
Dump every LogEvent found in the factory to the given File using platform encoding.
|
static int |
LogEventTestCase.dump(LogEvent.Factory factory,
PrintWriter out)
Dump every LogEvent found in the factory to the given PrintWriter.
|
Constructor and Description |
---|
LogEvent(LogEvent.Factory factory,
String rawLog) |
Constructor and Description |
---|
JBossLogEvent(LogEvent.Factory factory,
String firstLine,
String secondLine,
String throwable) |
Log4jXmlLogEvent(LogEvent.Factory factory,
String rawLog) |
OracleAlertLogEvent(LogEvent.Factory factory,
String firstLine,
String message) |
SyslogLogEvent(LogEvent.Factory factory,
String rawLog) |
Modifier and Type | Method and Description |
---|---|
LogEvent |
LogEventBuilder.buildLogEvent(LogEvent.Factory factory,
int lineNumber,
String curLine,
Object... objects) |
protected abstract LogEvent |
LogEventBuilder.newEvent(LogEvent.Factory factory,
String curLine,
Object... objects) |
Copyright © 2004–2014. All rights reserved.