|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LogEvent.Factory | |
---|---|
net.sf.logdistiller | Main classes for LogDistiller. |
Uses of LogEvent.Factory in net.sf.logdistiller |
---|
Subclasses of LogEvent.Factory in net.sf.logdistiller | |
---|---|
class |
FactoryMultiplexer
Combines logevents fetched from multiple factories. |
Fields in net.sf.logdistiller declared as LogEvent.Factory | |
---|---|
protected LogEvent.Factory |
LogEventTestCase.factory
|
Methods in net.sf.logdistiller that return LogEvent.Factory | |
---|---|
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). |
Methods in net.sf.logdistiller with parameters of type LogEvent.Factory | |
---|---|
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. |
Constructors in net.sf.logdistiller with parameters of type LogEvent.Factory | |
---|---|
LogEvent(LogEvent.Factory factory,
String rawLog)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |