quickfix
Interface LogFactory

All Known Subinterfaces:
LocationAwareLogFactory
All Known Implementing Classes:
CompositeLogFactory, FileLogFactory, JdbcLogFactory, ScreenLogFactory, SLF4JLogFactory

public interface LogFactory

Used by a session to create a log implementation.


Method Summary
 Log create()
          Deprecated. This method is not needed by QFJ and is generally not implemented.
 Log create(SessionID sessionID)
          Create a log implementation.
 

Method Detail

create

Log create()
Deprecated. This method is not needed by QFJ and is generally not implemented.

Create a log using default/global settings.

Returns:
the log implementation

create

Log create(SessionID sessionID)
Create a log implementation.

Parameters:
sessionID - session ID usually used for configuration access
Returns:
the log implementation