C# Class QuickFix.ScreenLog

FIXME - needs to log sessionIDs, timestamps, etc.
Inheritance: Log
Show file Open project: kennystone/quickfixn

Public Methods

Method Description
Clear ( ) : void
OnEvent ( string s ) : void
OnIncoming ( string msg ) : void
OnOutgoing ( string msg ) : void
ScreenLog ( SessionID sessionID, bool logIncoming, bool logOutgoing, bool logEvent )

Method Details

Clear() public method

public Clear ( ) : void
return void

OnEvent() public method

public OnEvent ( string s ) : void
s string
return void

OnIncoming() public method

public OnIncoming ( string msg ) : void
msg string
return void

OnOutgoing() public method

public OnOutgoing ( string msg ) : void
msg string
return void

ScreenLog() public method

public ScreenLog ( SessionID sessionID, bool logIncoming, bool logOutgoing, bool logEvent )
sessionID SessionID
logIncoming bool
logOutgoing bool
logEvent bool