Package | Description |
---|---|
quickfix |
Core QuickFIX/J classes.
|
Modifier and Type | Class and Description |
---|---|
class |
FileLog
File log implementation.
|
class |
ScreenLog
Screen log implementation.
|
class |
SLF4JLog
A Log using the SLF4J wrapper that supports JDK 1.4 logging, Log4J and others.
|
Modifier and Type | Method and Description |
---|---|
Log |
ScreenLogFactory.create(SessionID sessionID) |
Log |
SLF4JLogFactory.create(SessionID sessionID) |
Log |
LogFactory.create(SessionID sessionID)
Create a log implementation.
|
Log |
JdbcLogFactory.create(SessionID sessionID)
Create a JDBC logger.
|
Log |
FileLogFactory.create(SessionID sessionID)
Creates a file-based logger.
|
Log |
CompositeLogFactory.create(SessionID sessionID)
Create the composite Log.
|
Log |
SLF4JLogFactory.create(SessionID sessionID,
String callerFQCN)
This supports use of this log in a CompositeLogFactory.
|
Log |
LocationAwareLogFactory.create(SessionID sessionID,
String callerFQCN)
Create a log implementation.
|
Log |
SessionState.getLog() |
Log |
Session.getLog() |
Modifier and Type | Method and Description |
---|---|
static void |
LogUtil.logThrowable(Log log,
String message,
Throwable t)
Logs a throwable as a session event, including the stack trace.
|
Constructor and Description |
---|
SessionState(Object lock,
Log log,
int heartBeatInterval,
boolean initiator,
MessageStore messageStore,
double testRequestDelayMultiplier,
double heartBeatTimeoutMultiplier) |
Copyright © 2021. All rights reserved.