> On Tue, Apr 22, 2008 at 6:24 AM, Åsa Sandberg <asa...@ly...> wrote:
>
>
> Hi all,
>
> Is there a way to turn off the display of all the FIX messages in the output window in Visual Studio?
> Andrei Goldchleger wrote:
>
> You are probably using a ScreenLogFactory. Try changing that to a
> FileLogFactory.
>
You have two more options available:
You may turnoff individual types of log messages (input, output, event)
by changing the boolean arguments to the ScreenLogFactory
Or you can turn off logging altogether by omitting that argument to the
SocketAcceptor and/or SocketInitiator constructors.
Dale
|