quickfix
Interface LocationAwareLogFactory

All Superinterfaces:
LogFactory
All Known Implementing Classes:
SLF4JLogFactory

public interface LocationAwareLogFactory
extends LogFactory

This extension of the QF JNI LogFactory interface provides the fully qualified class name of the calling class so it can be filtered for logging purposes. (Initially for SLF4J support.)


Method Summary
 Log create(SessionID sessionID, java.lang.String callerFQCN)
          Create a log implementation.
 
Methods inherited from interface quickfix.LogFactory
create, create
 

Method Detail

create

Log create(SessionID sessionID,
           java.lang.String callerFQCN)
Create a log implementation.

Parameters:
sessionID - session ID usually used for configuration access
callerFQCN - fully-qualified class name of the parent logger in case we are being constructed as part of a composite logger
Returns:
the log implementation