|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectquickfix.FileLogFactory
public class FileLogFactory
Factory for creating file-based loggers. See SessionSettings for configuration.
SessionSettings
Field Summary | |
---|---|
static java.lang.String |
SETTING_FILE_LOG_PATH
File path for writing the session log. |
static java.lang.String |
SETTING_INCLUDE_MILLIS_IN_TIMESTAMP
Specify whether to include milliseconds in log output time stamps. |
static java.lang.String |
SETTING_INCLUDE_TIMESTAMP_FOR_MESSAGES
Specify whether to include time stamps for message input and output. |
static java.lang.String |
SETTING_LOG_HEARTBEATS
Specify whether to include time stamps for message input and output. |
Constructor Summary | |
---|---|
FileLogFactory(SessionSettings settings)
Create the factory with configuration in session settings. |
Method Summary | |
---|---|
Log |
create()
Create a log using default/global settings. |
Log |
create(SessionID sessionID)
Creates a file-based logger. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SETTING_FILE_LOG_PATH
public static final java.lang.String SETTING_INCLUDE_MILLIS_IN_TIMESTAMP
public static final java.lang.String SETTING_INCLUDE_TIMESTAMP_FOR_MESSAGES
public static final java.lang.String SETTING_LOG_HEARTBEATS
Constructor Detail |
---|
public FileLogFactory(SessionSettings settings)
settings
- Method Detail |
---|
public Log create(SessionID sessionID)
create
in interface LogFactory
sessionID
- session ID for the logger
public Log create()
LogFactory
create
in interface LogFactory
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |