Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the log and removes any persistent log data.
|
void |
onErrorEvent(String text)
Logs an session error event.
|
void |
onEvent(String text)
Logs a session event.
|
void |
onIncoming(String message)
Logs an incoming message
|
void |
onOutgoing(String message)
Logs an outgoing message
|
void clear()
void onIncoming(String message)
message
- the raw FIX message stringvoid onOutgoing(String message)
message
- the raw FIX message stringvoid onEvent(String text)
text
- the event descriptionvoid onErrorEvent(String text)
text
- the event descriptionCopyright © 2021. All rights reserved.