|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.CompositeLogFactory
public class CompositeLogFactory
Allows multiple log factories to be used with QuickFIX/J. For example, you could log events to the console and also log all events and messages to a file.
Constructor Summary | |
---|---|
CompositeLogFactory(LogFactory[] logFactories)
Defines a composite log factory based on a set of existing LogFactory implementations. |
Method Summary | |
---|---|
Log |
create()
Create a log using default/global settings. |
Log |
create(SessionID sessionID)
Create the composite Log. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeLogFactory(LogFactory[] logFactories)
logFactories
- the factories to be used in the compositeLogFactory
Method Detail |
---|
public Log create(SessionID sessionID)
create
in interface LogFactory
sessionID
- the session associated with the log
SessionFactory
public Log create()
LogFactory
create
in interface LogFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |